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 libc: minimal: math sqrt: sqrtf: fix numeric accuracy of sqrt and sqrtf. 2023-07-14 12:42:41 -04:00
stdlib libC minimal: Fix for POSIX arch 2023-06-22 17:16:17 -04:00
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 libc: share time() between minimal libc and armclang libc 2023-03-27 09:49:40 +02:00