]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/strtonum.h
Imported tableprinter module
[libucw.git] / ucw / strtonum.h
index 865dda7d3eebdeee91e3ab6dfca04a8c3c0ecbc3..35807de1eae5b08a5dc9a250cee31d4ba888b43f 100644 (file)
 #ifndef _STRTONUM_H
 #define _STRTONUM_H
 
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define str_to_uintmax ucw_str_to_uintmax
+#define str_to_uns ucw_str_to_uns
+#endif
+
 // Set (flags & 0x1f) in the range 1 to 31 to denote the default base of the number
 enum str_to_num_flags {
   STN_SIGNED = 0x20,       // The resulting range is signed