X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fstrtonum.c;h=77858b19a375ff53e9b25118513e103d1edc0e49;hb=564be9c0adf9f5796b60f2727cecc9c7274f86ff;hp=6667d47e197d610c3339b091d89244b9f85d8015;hpb=c8ffd6e3b4fc8fd6437c04282c357b2dc290bbbd;p=libucw.git diff --git a/ucw/strtonum.c b/ucw/strtonum.c index 6667d47e..77858b19 100644 --- a/ucw/strtonum.c +++ b/ucw/strtonum.c @@ -102,6 +102,15 @@ static inline uint get_digit(const uint c) #define STN_SUFFIX uint #include +#define STN_TYPE u64 +#define STN_SUFFIX u64 +#include + #define STN_TYPE uintmax_t #define STN_SUFFIX uintmax #include + +// FIXME: For backwards compatibility, will be removed soon +#define STN_TYPE uns +#define STN_SUFFIX uns +#include