home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
zip
/
gnu
/
gawk213s.lzh
/
GAWK213S
/
POPEN.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-07-29
|
134b
|
9 lines
/*
** popen.h -- prototypes for pipe functions
*/
#if !defined(FILE)
#include <stdio.h>
#endif
extern FILE *popen( char *, char * );