home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1995 November
/
PCWK1195.iso
/
inne
/
podstawy
/
dos
/
archive
/
tar320c-.exe
/
SOURCES.ZIP
/
ROLL.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
|
1980-07-24
|
313 b
|
16 lines
/* roll.h - this is the part of the Tar program */
#ifdef MSDOS
# define __ARGS__(x) x
#endif
#ifndef __ARGS__
# define __ARGS__(x) ()
#endif
int newroll __ARGS__ ((char *));
int rewroll __ARGS__ ((int));
void delroll __ARGS__ ((void));
int rputc __ARGS__ ((int));
int rgetc __ARGS__ ((void));