nuttx-apps/system/readline
Michal Lenc 529c0f1fc9 system: use fileno to get stream file descriptor
There is a POSIX defined interface to get file descriptor from file_struct
stream. Applications should use it and not access the structure directly.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2023-10-10 01:03:42 +08:00
..
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
Kconfig
Make.defs Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),) 2022-10-16 14:59:08 +02:00
Makefile system/readline: Make it work without CONFIG_FILE_STREAM 2021-11-30 22:06:03 -06:00
readline_common.c Replace all strncpy with strlcpy 2023-05-08 21:35:16 +03:00
readline_fd.c readline: Check the fd before echo 2023-02-16 15:47:26 +08:00
readline.c system: use fileno to get stream file descriptor 2023-10-10 01:03:42 +08:00
readline.h stdio: Remove CONFIG_EOL_IS_XXX 2023-02-23 17:21:19 +08:00