Configuration symbols for file input and output
In this section:
File I/O is only supported by libraries with the Full library configuration, see Runtime library configurations, or in a customized library when the configuration symbol __DLIB_FILE_DESCRIPTOR is defined. If this symbol is not defined, functions taking a FILE * argument cannot be used.
To customize your library and rebuild it, see Customizing and building your own runtime library.