home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1992 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1992.iso
/
usenet
/
altsrcs
/
3
/
3600
/
func.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-07-10
|
468b
|
27 lines
/* OBSOLETE -- NOW PART OF BOOZ.H */
/*
The contents of this file are hereby released to the public domain.
-- Rahul Dhesi 1987/02/08
*/
/* Functions defined by Booz */
int getfile ();
int lzd ();
int readdir ();
int rd_zooh ();
int rd_dir ();
int addbfcrc();
int prterror();
int oozext ();
int putstr ();
char *itoa ();
int fixfname ();
/* Standard functions */
char *malloc();
char *strcpy();
char *strcat();
char *strncat();