| |||
| Home > The C and C++ libraries > _sys_open() | |||
Defined in rt_sys.h, this function opens
a file.
The _sys_open() function is required
by fopen() and freopen().
These functions in turn are required if any file input/output function
is to be used.
The openmode parameter is a bitmap
whose bits mostly correspond directly to the ISO mode specification.
Target-dependent extensions are possible, but freopen() must
also be extended.
Using ARM® C and C++ Libraries and Floating-Point Support: