Differences between version 3 and revision by previous author of popen(3).
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Tuesday, July 22, 2003 3:26:24 pm | by SamJansen | Revert |
Older page: | version 2 | Last edited on Tuesday, June 4, 2002 12:24:30 am | by perry | Revert |
@@ -1,31 +1,14 @@
-POPEN
-!!!POPEN
-NAME
-SYNOPSIS
-DESCRIPTION
-RETURN VALUE
-ERRORS
-CONFORMING TO
-BUGS
-HISTORY
-SEE ALSO
-----
!!NAME
-
-
popen, pclose - process I/O
!!SYNOPSIS
-__#include __
-
-
-__FILE *popen(const char *__''command''__, const char
-*__''type''__);
__
+
__#include <stdio.h>
__
+ __FILE *popen(const char *__''command''__, const char*__''type''__);__
+ __int pclose(FILE *__''stream''__);__
-__int pclose(FILE *__''stream''__);__
!!DESCRIPTION
The __popen()__ function opens a process by creating a