zephyr/lib/libc/minimal/include
Keith Packard 05946ed9b2 lib/libc/minimal: Move sqrt/sqrtf from samples
The lmp90100_evb sample included an implementation of double sqrt, and the
on_off_level_lighting_vnd_app sample included an implementation of float
sqrtf. Move that code into minimal libc instead of requiring applications
to hand-roll their own version.

Signed-off-by: Keith Packard <keithp@keithp.com>
2022-05-14 08:49:36 +09:00
..
sys arch: add MIPS architecture support 2022-01-19 13:48:21 -05:00
assert.h lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
ctype.h libc: minimal: Add an implementation of iscntrl() 2021-10-01 11:37:38 +02:00
errno.h lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
fcntl.h
inttypes.h
limits.h
math.h lib/libc/minimal: Move sqrt/sqrtf from samples 2022-05-14 08:49:36 +09: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 lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
stdlib.h libc: minimal: Add strtoll() and strtoull() 2022-03-24 11:03:06 +01:00
string.h lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
strings.h libc: add stddef.h to the minimal libc 2022-01-07 12:48:27 -05:00
time.h lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00