home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 mARCH
/
PCWK3A99.iso
/
Archiwiz
/
Tar320
/
SOURCES.ZIP
/
ROLL.H
< prev
next >
Wrap
Text File
|
1980-07-24
|
313b
|
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));