home *** CD-ROM | disk | FTP | other *** search
- /*
- 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 ();
- int close ();
- int creat ();
- int open ();
- int read ();
- int unlink ();
- int write ();
- long lseek ();
- unsigned int strlen ();