Implement the full suite of standard string-to-int conversion functions in libc.
commitd39c46e03cdf4c2a6b309cc0244b5bf42b3b6000
authorJiří Zárevúcky <zarevucky.jiri@gmail.com>
Tue, 16 Jan 2018 19:04:19 +0000 (16 20:04 +0100)
committerJiří Zárevúcky <zarevucky.jiri@gmail.com>
Tue, 16 Jan 2018 19:12:36 +0000 (16 20:12 +0100)
tree3c07b76c2694cb4e97ce4f5ee5eff69641bb8881
parentaec41c815c786936ee5edb382011403392833e23
Implement the full suite of standard string-to-int conversion functions in libc.
uspace/lib/c/Makefile
uspace/lib/c/generic/str.c
uspace/lib/c/generic/strtol.c [new file with mode: 0644]
uspace/lib/c/include/inttypes.h
uspace/lib/c/include/stdlib.h
uspace/lib/posix/Makefile
uspace/lib/posix/include/posix/inttypes.h
uspace/lib/posix/include/posix/stdlib.h
uspace/lib/posix/source/stdio/scanf.c
uspace/lib/posix/source/stdlib/strtol.c [deleted file]