Wednesday, November 30, 2016

C File positioning Functions

File positioning Functions:
ftell long ftell( FILE * stream );
fgetpos int fgetpos( FILE * stream, fpos_t *pos );
fseek int fseek( FILE * stream, long offset, int origin );
fsetpos int fsetpos( FILE * stream, const fpos_t *pos );
rewind void rewind( FILE * stream );

stdio.h
Operations on files Function
File Access Functions
Formatted input/output Functions
Character input/output Functions
Direct input/output Functions
File positioning Functions
Error-handling Functions


Related topics:
Library Functions in C   |   Standard Library in C   |   Header Files in C   |   Functions in C   |   Keywords in C   |   Data Types in C   |   Pointers in C

List of topics: C Programming

No comments:

Post a Comment