|
|
1.1 root 1: /* LZH.H */
2:
3: /* Developed 1990-1997 by Rob Swindell; PO Box 501, Yorba Linda, CA 92885 */
4:
5: #ifdef __NT__
6: #define LZHCALL _pascal
7: #else
8: #define LZHCALL
9: #endif
10:
11: #ifndef uchar
12: #define uchar unsigned char
13: #endif
14:
15: long LZHCALL lzh_encode(uchar *inbuf, long inlen, uchar *outbuf);
16: long LZHCALL lzh_decode(uchar *inbuf, long inlen, uchar *outbuf);
17:
18: #ifdef __WATCOMC__ /* Use MSC standard (prepended underscore) */
19: #pragma aux lzh_encode "_*"
20: #pragma aux lzh_decode "_*"
21: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.