zephyr/lib/libc
Gerhard Jörges 4fd24a4341 libc: minimal: Add strtoll() and strtoull()
- strtoll() and strtoull() are copies of strtol() and strtoul() with
  types changed to long long instead of long.
- added tests
- added documentation
- removed stubs from civetweb sample

Signed-off-by: Gerhard Jörges <joerges@metratec.com>
2022-03-24 11:03:06 +01:00
..
arcmwdt lib: libc: Drop `z_` prefix from stdio syscalls 2021-09-11 04:47:01 -04:00
armstdc everywhere: fix typos 2022-03-14 20:22:24 -04:00
minimal libc: minimal: Add strtoll() and strtoull() 2022-03-24 11:03:06 +01:00
newlib libc: newlibc: Fix recursive gettimeofday() calls on non-Posix systems 2022-01-21 15:27:45 -05:00
CMakeLists.txt armclang: ARM Compiler C library support 2021-08-30 08:54:23 -04:00
Kconfig everywhere: fix typos 2022-03-14 20:22:24 -04:00