home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
gawk-2.15.6-src.tgz
/
tar.out
/
fsf
/
gawk
/
pc
/
popen.h
< prev
Wrap
C/C++ Source or Header
|
1996-09-28
|
179b
|
10 lines
/*
** popen.h -- prototypes for pipe functions
*/
#if !defined(FILE)
#include <stdio.h>
#endif
extern FILE *os_popen( char *, char * );
extern int os_pclose( FILE * );