rt-thread-official/components/libc/posix/io
xiangxistu ffae7a2612
[fix] add the header file to avoid compiler error. (#5643)
2022-03-08 11:35:11 +08:00
..
aio update 2022-01-14 23:09:32 +08:00
mman [fix] add the header file to avoid compiler error. (#5643) 2022-03-08 11:35:11 +08:00
poll [posix][io]整理posix/io文件夹 (#5539) 2022-01-24 09:16:57 +08:00
stdio [posix][io]整理posix/io文件夹 (#5539) 2022-01-24 09:16:57 +08:00
termios [posix][io]整理posix/io文件夹 (#5539) 2022-01-24 09:16:57 +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