home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / othl-111.zip / myquirks.h < prev    next >
Text File  |  1994-02-05  |  256b  |  10 lines

  1. ///////////////////////////////////////////////////////////////////////////
  2. // MyQuirks.H -- to make code match my own programming style.. so there
  3. //
  4.  
  5. #define  NOT    !
  6. #define  AND    &&
  7. #define  OR     ||
  8. #define  MOD    %
  9.  
  10. // that's it so far.