home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
gfx
/
3d
/
irit
/
amigalib
/
popen.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-03-05
|
146 b
|
9 lines
/*
** popen.h -- prototypes for pipe functions
*/
#ifdef __SASC
extern FILE *popen( const char *, const char * );
#else
#include <stdio.h>
#endif