rt-thread-official/components/libc/posix/io
Tangyuxin f5c88add37
Fix compiler warnings (#6023)
2022-06-08 01:21:50 +08:00
..
aio uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
mman [fix] add the header file to avoid compiler error. (#5643) 2022-03-08 11:35:11 +08:00
poll Fix compiler warnings (#6023) 2022-06-08 01:21:50 +08:00
stdio [posix][io]整理posix/io文件夹 (#5539) 2022-01-24 09:16:57 +08:00
termios [libc][io] Remove definitions that are not in use 2022-04-19 11:22:58 +08:00
README.md [posix][io]整理posix/io文件夹 (#5539) 2022-01-24 09:16:57 +08:00
SConscript [posix][io]整理posix/io文件夹 (#5539) 2022-01-24 09:16:57 +08:00

README.md

This folder contains:

sub-folders description
aio Asynchronous I/O
mman Memory-Mapped I/O
poll Nonblocking I/O
stdio Standard Input/Output I/O
termios Terminal I/O