On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTKernel-32
RTFiles-32
RTFiles-32 Programming Manual
Introduction
The FAT File System Structure
The ISO 9660 File System Structure
The exFAT File System Structure
RTFiles-32 in Embedded Applications
RTFiles-32 APIs
RTFiles-32 Native API
Win32 API Emulation
ANSI C Run-Time System Functions
C++ iostream
Mixing Different APIs
Configuring RTFiles-32
Demo Programs
Advanced Topics
RTFiles-32 Reference Manual
RTIP-32
RTPEG-32
RTUSB-32
|
ANSI C Run-Time System Functions
Thanks to RTFiles-32's Win32 API emulation, standard ANSI C file I/O functions can be used. At least the following functions are available:
clearerr | fclose | feof | ferror |
fflush | fgetc | fgetchar | fgetpos |
fgets | fileno | fopen | fprintf |
fputc | fputchar | fputs | fread |
freopen | fscanf | fseek | fsetpos |
ftell | fwrite | getc | putc |
remove | rename | rewind | setbuf |
setvbuf | tmpfile | ungetc | unlink |
vfprintf |
Many compiler vendors extend the number of available file I/O functions. Usually, the compiler-specific extensions will also work.
RTFiles-32 APIs
Win32 API Emulation
C++ iostream
|