These macros are used by the function fseek
.
Indicates that fseek
should seek from the current
position of the file pointer.
Include
<stdio.h>
Example
See example for fseek
.
Indicates that fseek
should seek from the end of the
file.
Include
<stdio.h>
Example
See example for fseek
.
Indicates that fseek
should seek from the beginning of
the file.
Include
<stdio.h>
Example
See example for fseek
.