home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / DOS / Programa / CCDL122.ZIP / LIBS / CMDLINE / INCLUDE / VMEM.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-25  |  328 b   |  23 lines

  1. #ifndef _VMEM_H
  2. #define _VMEM_H
  3.  
  4. #include "exehead.h"
  5.  
  6. #define VMEM_BUFSIZE 256
  7.  
  8. #define VMEM_NOFILE -1
  9.  
  10. #define VMEM_REQUEST -1
  11.  
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15.  
  16. BYTE *BumpFile(int count);
  17. long SeekFile(long position);
  18. EXEHEAD *SetFile(char *name);
  19.  
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23. #endif /* _VMEM_H */