| |||
| Home > Compiler-specific Features > Pragmas > #pragma import(__use_full_stdio) | |||
This pragma selects an extended version of microlib that uses full standard ANSI C input and output functionality.
The following exceptions apply:
feof() and ferror() always
return 0
setvbuf() and setbuf() are
guaranteed to fail.
feof() and ferror() always
return 0 because the error and end-of-file indicators
are not supported.
setvbuf() and setbuf() are
guaranteed to fail because all streams are unbuffered.
This version of microlib stdio can be retargeted
in the same way as the standardlib stdio functions.
Chapter 3 The C Micro-library in the Libraries and Floating Point Support Guide
Tailoring the input/output functions in the Libraries and Floating Point Support Guide.