libcfe  0.12.1
some useful C-functions
int_size.h
Go to the documentation of this file.
1 #ifndef XINT_SIZE_H
2 #define XINT_SIZE_H
3 
4 #include <sys/types.h>
5 
14 size_t int_size(unsigned long long i, unsigned int base) __attribute__((const));
15 
16 #endif /* XINT_SIZE_H */
size_t int_size(unsigned long long i, unsigned int base) __attribute__((const))