|
libcfe
0.12.1
some useful C-functions
|
#include <sys/types.h>Go to the source code of this file.
Functions | |
| size_t | int_size (unsigned long long i, unsigned int base) __attribute__((const)) |
| size_t int_size | ( | unsigned long long | i, |
| unsigned int | base | ||
| ) | const |
Count the number of digits(numbers) in an integer when represented with given base.
| [in] | i | The number. |
| [in] | base | The base number (binary -> 2, octal -> 8, decimal -> 10, hexadecimal -> 16), this must not be bigger than 16. |
int_to_char will return.