fclose function


fclose is used to close a file.

Library:   stdio.h

Prototype: int fclose( FILE *stream);

Syntax:    FILE *fp;
	   fclose(fp);

example program.


See Also:


Top Master Index Keywords Functions


Martin Leslie

ack net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff

path: root/net/batman-adv/translation-table.c
AgeCommit message (Expand)AuthorFilesLines