1: /* $Id: 1048602.html,v 1.1.1.1 2000/08/28 11:39:25 hidetosi Exp $ */
   2: 
   3: #ifndef TRUE
   4: #define TRUE 1
   5: #define FALSE 0
   6: #endif
   7: 
   8: typedef UB* VOIDPTR;
   9: