dyrt/
dyrt/bin/
dyrt/data/MAIL/
dyrt/data/WIZ_ZONES/
dyrt/include/machine/
dyrt/src/misc/cpp/
#ifndef __TYPES_H__ 
#define __TYPES_H__ 


typedef enum { False, True } Boolean;
typedef struct {long int h, l; } LongInt;
typedef struct { long b3, b2, b1; } DoubleLongInt;

#endif /* Add nothing past this line... */