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

  1. #ifndef _MISC_H
  2. #define _MISC_H
  3.  
  4. #define VMEM_BUFSIZE 256
  5.  
  6. uint cdecl CpuType(void);
  7.  
  8. #endif /* _MISC_H */