zephyr/lib/libc/minimal/source
Florian La Roche 6621e780c9 lib: libc: minimal: proper cast to "(char *)" from "(const char *)"
The string "" is of type '(const char *)', so add a cast over to
'(char *)' to clean up source code.

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
2023-12-13 20:12:45 +01:00
..
math
stdlib
stdout syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
string lib: libc: minimal: proper cast to "(char *)" from "(const char *)" 2023-12-13 20:12:45 +01:00
time