lucicos/libc/include/digits.h

8 lines
104 B
C

#ifndef DIGITS_H_
#define DIGITS_H_
#define INT32_MAX_DIGITS 12
#define INT32_MAX_HEX_DIGITS 8
#endif