next up previous
Next: fclose(fp) Up: MATC Internal Functions Previous: fp = fopen(namemode)

fp = freopen(fp,name,mode)

Reopen file given previous file pointer, name and access mode. The most usual modes are ''r'' for reading and ''w'' for writing. Return value fp is used in functions reading and writing the file.

SEE ALSO: fopen.



Juha Ruokolainen
Fri Feb 14 15:59:30 EET 1997