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 ARC: MWDT: workaround missing file IO related defines 2021-08-13 13:43:19 -05:00
arcmwdt-string.c
CMakeLists.txt ARC: MWDT: add locking interface implementation 2021-09-07 11:31:37 -04:00
libc-hooks.c lib: libc: Drop z_ prefix from stdio syscalls 2021-09-11 04:47:01 -04:00
threading.c ARC: MWDT: add locking interface implementation 2021-09-07 11:31:37 -04:00