#include "fv_conv_utils.h"#include <string.h>
Functions | |
| bool | IsDig (std::string &str) |
| bool | IsCyfr (std::string &str) |
| void | int2bin (unsigned int nr, unsigned int size, char buff[]) |
| void | int2bin2 (unsigned int n, unsigned int buffer_size, char *buffer) |
| void int2bin | ( | unsigned int | nr, | |
| unsigned int | size, | |||
| char | buff[] | |||
| ) |
| void int2bin2 | ( | unsigned int | n, | |
| unsigned int | buffer_size, | |||
| char * | buffer | |||
| ) |
| bool IsCyfr | ( | std::string & | str | ) |

| bool IsDig | ( | std::string & | str | ) |
1.6.1