6.18.3 stdio Types
FILE
An object type capable of recording information necessary to control a stream, including its file position indicator, a buffer pointer, a read/write error indicator, and an end-of-file indicator.
Attention: This type is not implemented by MPLAB XC8 for PIC.
Include
#include <stdio.h>
fpos_t
An object type that can hold the necessary information to specify uniquely every position within a file.
Attention: This type is not implemented by MPLAB XC8 C
compilers.
Include
#include <stdio.h>