zephyr/lib/libc/minimal/source
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
..
stdlib libc: minimal: Add strtoll() and strtoull() 2022-03-24 11:03:06 +01:00
stdout libc: minimal: Use new ZRESTRICT macro 2021-11-05 13:29:31 +01:00
string libc: minimal: Use new ZRESTRICT macro 2021-11-05 13:29:31 +01:00
time everywhere: fix typos 2022-03-14 20:22:24 -04:00