pclose function


pclose is used to close a pipe created with popen.

Library:   stdio.h

Prototype: int pclose( FILE *stream);

Syntax:    FILE *fp;
	   pclose(fp);


Example:

example program.


See Also:


Top Master Index Keywords Functions


Martin Leslie