home *** CD-ROM | disk | FTP | other *** search
/ ftp.eri.u-tokyo.ac.jp / 2014.03.ftp.eri.u-tokyo.ac.jp.zip / ftp.eri.u-tokyo.ac.jp / pub / DOS / tools / kmtar.lzh / DEFS.H < prev    next >
Text File  |  1991-02-17  |  157b  |  9 lines

  1. typedef    char    bool;
  2. #define    YES    1
  3. #define    NO    0
  4. typedef unsigned short ushort;
  5. typedef unsigned int uint;
  6. typedef unsigned long ulong;
  7.  
  8. #define    global
  9.