Home
C / ANSI-C
assert.h
Console
ctype.h
Data Structure Algorithm
Data Type
Development
File
Function
Language Basics
Macro Preprocessor
Math
math.h
Memory
Pointer
setjmp.h
signal.h
Small Application
stdio.h
stdlib.h
String
string.h
Structure
time.h
wctype.h
File Pointer « File « C / ANSI-C
C / ANSI-C
File
File Pointer
1.
Reset file position indicator to start of the file
2.
Set the file pointer to the beginning of a stream: how to use rewind
3.
Return the current position in a stream: how to use ftell
4.
Reposition file pointer to a saved location: how to use fsetpos