X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fstrtonum.c;h=77858b19a375ff53e9b25118513e103d1edc0e49;hb=564be9c0adf9f5796b60f2727cecc9c7274f86ff;hp=8468cf7525f9cf41a955686f56ed51de3274ccde;hpb=03a2b5db9adcfaeaaec12c991cd648926800bbde;p=libucw.git diff --git a/ucw/strtonum.c b/ucw/strtonum.c index 8468cf75..77858b19 100644 --- a/ucw/strtonum.c +++ b/ucw/strtonum.c @@ -102,6 +102,10 @@ 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