Searched refs:STRTOULL (Results 1 – 3 of 3) sorted by relevance
/stdlib/ |
A D | strtod_nan_narrow.h | 21 #define STRTOULL(S, E, B) ____strtoull_l_internal ((S), (E), (B), 0, \ macro
|
A D | strtod_nan_wide.h | 21 #define STRTOULL(S, E, B) ____wcstoull_l_internal ((S), (E), (B), 0, \ macro
|
A D | strtod_nan_main.c | 53 mant = STRTOULL (str, &endp, 0); in STRTOD_NAN()
|
Completed in 7 milliseconds