home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 April
/
macformat-049.iso
/
mac
/
Shareware Plus
/
Developers
/
pipes ƒ
/
pipe.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1997-01-03
|
103 b
|
8 lines
|
[
TEXT/CWIE
]
#ifndef PIPE
#define PIPE
FILE popen(const char *fn, const char *mode);
int pclose(FILE *pf);
#endif