1 2 3 4 5 6

Prototypes of Other Procedures

* * *

void rewind (FILE* fp);
int fseek (FILE* fp, int offset, int kind);
int ftell(FILE* fp);

You are not likely to need them in C201, but you now know enough to read about them when you do.

1 February, 1998

6

CopyrightUniversity of Alberta