home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
200-299
/
ff204.lzh
/
JPClock
/
JPClock.i
< prev
next >
Wrap
Text File
|
1989-04-30
|
270b
|
16 lines
/* function prototypes for JPClock.. */
#ifndef __NOPROTO
#ifndef __PROTO
#define __PROTO(a) a
#endif
#else
#ifndef __PROTO
#define __PROTO(a) ()
#endif
#endif
void main __PROTO((int argc,
unsigned char **argv));
int WaitForNewSize __PROTO((void));