zephyr/lib/libc
Stephanos Ioannidis 92f0f706f7 lib: libc: Drop z_ prefix from stdio syscalls
This commit removes the `z_` prefix from the stdio syscall functions
(`z_zephyr_write_stdout` and `z_zephyr_read_stdin`) since it is
redundant and does not align with the convention used by the equivalent
minimal libc syscall functions (e.g. `zephyr_fputc` and
`zephyr_fwrite`).

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2021-09-11 04:47:01 -04:00
..
arcmwdt lib: libc: Drop z_ prefix from stdio syscalls 2021-09-11 04:47:01 -04:00
armstdc armclang: threading_weak.c source file added for armclang 2021-08-30 08:54:23 -04:00
minimal libc/minimal: locate the memory pool for malloc() to .bss 2021-09-10 10:59:25 -04:00
newlib lib: libc: Drop z_ prefix from stdio syscalls 2021-09-11 04:47:01 -04:00
CMakeLists.txt armclang: ARM Compiler C library support 2021-08-30 08:54:23 -04:00
Kconfig armclang: ARM Compiler C library support 2021-08-30 08:54:23 -04:00