Searched defs:STRTOULL (Results 1 – 1 of 1) sorted by relevance
/haiku/src/system/libroot/posix/glibc/stdlib/ |
H A D | strtod.c | 107 # define STRTOULL(S, E, B) ____wcstoull_l_internal ((S), (E), (B), 0, loc) macro 114 # define STRTOULL(S, E, B) __wcstoull_internal ((S), (E), (B), 0) macro 126 # define STRTOULL(S, E, B) ____strtoull_l_internal ((S), (E), (B), 0, loc) macro 133 # define STRTOULL(S, E, B) __strtoull_internal ((S), (E), 0, (B)) macro
|