summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strtoll.c
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2001-02-28 15:57:38 +0000
committerdwmalone <dwmalone@FreeBSD.org>2001-02-28 15:57:38 +0000
commit24a3b712aa3d9d2be1dfdf45e708dd68aba30b8b (patch)
tree7bfd355f127162ca7337872fe33ad874ea20d036 /lib/libc/stdlib/strtoll.c
parentf962d0dc9bf93bd17bba71c678864e50b6d118e2 (diff)
downloadFreeBSD-src-24a3b712aa3d9d2be1dfdf45e708dd68aba30b8b.zip
FreeBSD-src-24a3b712aa3d9d2be1dfdf45e708dd68aba30b8b.tar.gz
Give units a bit of a cleanup:
1) Fix a bug where the recursion on prefixes where if recusrion failed then the next attempt started too far along the string. 2) Up some internal limits that we were about to hit off. 3) Change the constness and signedness of some things and complete missing prototypes. 4) Remove the readerror function 'cos it could print out the wrong wrong file name. Replace it with more useful error messages. 5) Use sizeof when passing buffers to fgets. 6) Warn about empty prefix definitions. Reviewed by: iedowse
Diffstat (limited to 'lib/libc/stdlib/strtoll.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud