| File Interface | An API that enables integration of standard C library with an arbitrary file system |
| Definitions | |
| Open Modes | |
| Attributes | |
| Seek Operations | |
| Return Codes | |
| OS Interface | Collection of standard C library provided APIs for integration with an arbitrary RTOS |
| Arm C Library | Declarations of types and functions for integrating an RTOS with the Arm Standard C Library |
| IAR C Library | Declarations of types and functions for integrating an RTOS with the IAR Standard C Library |
| GCC Newlib | Declarations of types and functions for integrating an RTOS with the GCC Newlib |
| STDERR Interface | Minimalistic interface for redirecting stderr stream |
| STDIN Interface | Minimalistic interface for redirecting stdin stream |
| STDOUT Interface | Minimalistic interface for redirecting stdout stream |
| TTY Interface | Minimalistic interface for redirecting tty stream |