zephyr/lib/libc/minimal/include
Stephanos Ioannidis b290926a99 libc: minimal: Add reentrant rand_r function
This commit adds the `rand_r` function, which is a reentrant (i.e.
thread-safe) version of the `rand` function, such that a thread-safe
variant is always available.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2022-06-01 11:03:38 +02:00
..
sys
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
stdlib.h libc: minimal: Add reentrant rand_r function 2022-06-01 11:03:38 +02:00
string.h
strings.h
time.h