home *** CD-ROM | disk | FTP | other *** search
/ The Party 1994: Try This At Home / disk_image.bin / source / vexsrc / ovlio.h < prev    next >
C/C++ Source or Header  |  1994-07-22  |  208b  |  10 lines

  1. #ifndef __OVLIO_H
  2. #define __OVLIO_H
  3.  
  4. short oopen(const char *name);
  5. long oread(short hnd, void *buf, unsigned short len);
  6. long oseek(short hnd, long pos, short type);
  7. void oclose(short hnd);
  8.  
  9. #endif
  10.