|
libcfe
0.12.1
some useful C-functions
|
Go to the source code of this file.
Functions | |
| size_t | int_to_bit1 (unsigned long long i, unsigned char **s, unsigned int base) |
| size_t int_to_bit1 | ( | unsigned long long | i, |
| unsigned char ** | s, | ||
| unsigned int | base | ||
| ) |
Turn an integer into a binary value which is stored as a string.
| [in] | i | The number that needs to be converted. |
| [out] | s | Must be a NULL pointer. |
| [in] | base | The base number. |
Definition at line 6 of file int_to_bit.c.