zephyr/lib/libc/arcmwdt
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
..
include
CMakeLists.txt
arcmwdt-string.c
libc-hooks.c
threading.c