|
NAMEfilereopen() - opens a new file on an open streamSYNOPSISFILE *filereopen(filename,modes,f) char *name; char *modes; FILE *f; DESCRIPTIONfilereopen() opens the file filename with modes modes on stream f. modes has the same format as for fileopen(). The stream f must be open.RETURNS
NOTESnone
Visit the GSP FreeBSD Man Page Interface. |