zephyr/lib/libc
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
..
arcmwdt syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
armstdc lib: libc: armstdc: add missing retarget of fputc to _stdout_hook 2023-10-04 11:02:37 +02:00
common kernel: mm: move kernel mm functions under kernel includes 2023-11-20 09:19:14 +01:00
minimal lib: libc: minimal: proper cast to "(char *)" from "(const char *)" 2023-12-13 20:12:45 +01:00
newlib kernel: mm: move kernel mm functions under kernel includes 2023-11-20 09:19:14 +01:00
picolibc libc/picolibc: Support 'long long' and 'minimal' printf variants 2023-11-20 06:07:58 -05:00
CMakeLists.txt
Kconfig libc/picolibc: Support 'long long' and 'minimal' printf variants 2023-11-20 06:07:58 -05:00