home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / JSAGE / ZSUS / LBR / BOOZ4CPM.ARK / FUNC.H < prev    next >
Text File  |  1988-09-05  |  640b  |  31 lines

  1. /* 
  2. The contents of this file are hereby released to the public domain.
  3.                                    -- Rahul Dhesi 1987/02/08
  4. */
  5.  
  6. /* Functions defined by Booz */
  7.  
  8. int getfile ();
  9. int lzd ();
  10. int readdir ();
  11. int rd_zooh ();
  12. int rd_dir ();
  13. int addbfcrc();
  14. int prterror();
  15. int oozext ();
  16. int putstr ();
  17. char *itoa ();
  18. int fixfname ();
  19.  
  20. /* Standard functions */
  21.  
  22. char *malloc ();
  23. int close ();
  24. int creat ();
  25. int open ();
  26. int read ();
  27. int unlink ();
  28. int write ();
  29. long lseek ();
  30. unsigned int strlen ();
  31.