zephyr/lib/libc/minimal/include
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
..
sys arch: add MIPS architecture support 2022-01-19 13:48:21 -05:00
assert.h
ctype.h libc: minimal: Add an implementation of iscntrl() 2021-10-01 11:37:38 +02:00
errno.h
fcntl.h
inttypes.h
limits.h
math.h libc: minimal: Add math macro definition 2021-09-22 06:16:31 -04:00
stdbool.h
stdint.h lib: libc: minimal: Add macros for fast and least min/max values 2022-03-09 13:40:58 +01:00
stdio.h libc: minimal: Use new ZRESTRICT macro 2021-11-05 13:29:31 +01:00
stdlib.h libc: minimal: Add strtoll() and strtoull() 2022-03-24 11:03:06 +01:00
string.h libc: minimal: Use new ZRESTRICT macro 2021-11-05 13:29:31 +01:00
strings.h libc: add stddef.h to the minimal libc 2022-01-07 12:48:27 -05:00
time.h libc: minimal: Use new ZRESTRICT macro 2021-11-05 13:29:31 +01:00