Web Page - http://www.cs.tau.ac.il/~efif/courses/Software1_Spring_03
FILE * fopen (const char * filename, const char * mode);
int fclose (FILE * stream);
int fseek ( FILE * stream , long offset , int origin );
long ftell ( FILE * stream );