5665b0e1d0
* libc/include/stdlib.h: add declarations for _strtoull_r, _strtoll_r, strtoull, and strtoll. * libc/stdio/local.h: remove declarations of __strtoull_r and __strtoll_r. * libc/stdio/vfscanf.c(__svfscanf_r): call _strtoull_r instead of __strtoull_r. Ditto _strtoll_r vs. __strtoll_r. * libc/stdlib/Makefile.am: add new files to .c list and .def list * libc/stdlib/Makefile.in: regenerate * libc/stdlib/strtoll_r.c: rename __strtoll_r as _strtoll_r * libc/stdlib/strtoull_r.c: rename __strtoull_r as _strtoull_r * libc/stdlib/strtoull.c: new file * libc/stdlib/strtoll.c: new file |
||
---|---|---|
.. | ||
Makefile.am | ||
Makefile.in | ||
__adjust.c | ||
__exp10.c | ||
__ten_mu.c | ||
abort.c | ||
abs.c | ||
assert.c | ||
atexit.c | ||
atexit.h | ||
atof.c | ||
atoff.c | ||
atoi.c | ||
atol.c | ||
bsearch.c | ||
calloc.c | ||
div.c | ||
drand48.c | ||
dtoa.c | ||
dtoastub.c | ||
ecvtbuf.c | ||
efgcvt.c | ||
environ.c | ||
envlock.c | ||
envlock.h | ||
eprintf.c | ||
erand48.c | ||
exit.c | ||
getenv.c | ||
getenv_r.c | ||
getopt.c | ||
jrand48.c | ||
labs.c | ||
lcong48.c | ||
ldiv.c | ||
ldtoa.c | ||
local.h | ||
lrand48.c | ||
malign.c | ||
malloc.c | ||
mallocr.c | ||
mbctype.h | ||
mblen.c | ||
mblen_r.c | ||
mbstowcs.c | ||
mbstowcs_r.c | ||
mbtowc.c | ||
mbtowc_r.c | ||
mlock.c | ||
mprec.c | ||
mprec.h | ||
mrand48.c | ||
msize.c | ||
mstats.c | ||
mtrim.c | ||
nrand48.c | ||
putenv.c | ||
putenv_r.c | ||
qsort.c | ||
rand.c | ||
rand48.c | ||
rand48.h | ||
rand_r.c | ||
realloc.c | ||
seed48.c | ||
setenv.c | ||
setenv_r.c | ||
srand48.c | ||
std.h | ||
stdlib.tex | ||
strdup.c | ||
strdup_r.c | ||
strtod.c | ||
strtol.c | ||
strtoll.c | ||
strtoll_r.c | ||
strtoul.c | ||
strtoull.c | ||
strtoull_r.c | ||
system.c | ||
valloc.c | ||
wcstombs.c | ||
wcstombs_r.c | ||
wctomb.c | ||
wctomb_r.c |