Searched defs:strtoll (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/date/lib/ |
H A D | parse_iso_intervals.c | 44 # define strtoll(s, f, b) _atoi64(s) macro 47 # define strtoll(s, f, b) atoll(s) macro 49 # define strtoll(s, f, b) strtol(s, f, b) macro
|
H A D | parse_date.c | 46 # define strtoll(s, f, b) _atoi64(s) macro 49 # define strtoll(s, f, b) atoll(s) macro 51 # define strtoll(s, f, b) strtol(s, f, b) macro
|
Completed in 36 milliseconds