Penguin

Differences between version 3 and predecessor to the previous major change of popen(3).

Other diffs: Previous Revision, Previous Author, 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 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.