home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
PPL4C11.ZIP
/
ZMODEM.H
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-02-01
|
125 b
|
10 lines
/* zmodem.h */
#ifndef BOOL
#define BOOL int
#endif
BOOL ZmodemTx(int , char *, int);
BOOL ZmodemRx(int, int);