home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 1999 May
/
pcp151c.iso
/
misc
/
src
/
install
/
cpio.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
|
1998-05-06
|
138 b
|
9 lines
#ifndef H_CPIO
#define H_CPIO
#include <zlib.h>
int installCpioFile(gzFile stream, char * cpioName, char * outName, int inWin);
#endif