zephyr/lib
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
..
gui
libc lib: libc: Drop `z_` prefix from stdio syscalls 2021-09-11 04:47:01 -04:00
open-amp
os lib/os/cbprintf_nano.c: avoid sign extension on unsigned formats 2021-09-02 19:37:06 -04:00
posix posix: pthread: replace irq_lock with spinlock 2021-09-03 12:20:19 -04:00
util
CMakeLists.txt
Kconfig