gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:strtoll (0.02 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/atoll.c - 1.7KB - 38 lines
36: {
37:         return(strtoll(str, (char **)NULL, 10));
38: }
bsd_source/lib/libc/src_bsd/stdlib/strtoll.c - 5.6KB - 153 lines
150: 
151:         return ((quad_t)strtoll(nptr, endptr, base));
152: }