stm32f103-template/rt-thread/components/libc/posix/io/README.md

11 lines
332 B
Markdown
Raw Normal View History

2023-05-09 22:30:49 +08:00
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 |