zephyr/lib/libc/minimal/include
Piotr Pryga e2e06a74c3 libc: minimal: Add C11 aligned_alloc
Extend capabilities of a minimal libc to support C11 capability
to allocate memory with requested alignment.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2022-10-03 10:13:25 +02:00
..
sys lib: libc: minimal: Define off_t as intptr_t 2022-08-19 02:47:50 +09:00
assert.h
ctype.h
errno.h
fcntl.h
inttypes.h libc: minimal: Add PRIxMAX macros for [u]intmax_t 2022-05-26 17:38:50 +02:00
limits.h
math.h lib/libc/minimal: Move sqrt/sqrtf from samples 2022-05-14 08:49:36 +09:00
stdbool.h
stdint.h
stdio.h lib: posix: add perror() implementation 2022-07-04 22:53:36 +02:00
stdlib.h libc: minimal: Add C11 aligned_alloc 2022-10-03 10:13:25 +02:00
string.h libc: minimal: add strerror and strerror_r function 2022-07-04 22:53:36 +02:00
strings.h
time.h