home *** CD-ROM | disk | FTP | other *** search
- /*
- * typedefs.h
- *
- * 13-Dec-92
- *
- *
- */
-
-
- typedef BOOL BOOLEAN;
- typedef BPTR LOCK;
-
- typedef struct MsgPort MSGPORT;
- typedef struct Message MESSAGE;
- typedef struct Node NODE;
- typedef struct List LIST;
- typedef struct MinList MINLIST;
- typedef struct MinNode MINNODE;
- typedef struct Device DEVICE;
- typedef struct Library LIBRARY;
- typedef struct ExecBase EXECBASE;
- typedef struct SignalSemaphore SIGNALSEMAPHORE;
- typedef struct Semaphore SEMAPHORE;
- typedef struct MemEntry MEMENTRY;
- typedef struct MemList MEMLIST;
- typedef struct MemHeader MEMHEADER;
- typedef struct Interrupt INTERRUPT;
- typedef struct BoolInfo BOOLINFO;
- typedef struct Border BORDER;
- typedef struct Gadget GADGET;
- typedef struct Image IMAGE;
- typedef struct IntuiMessage INTUIMESSAGE;
- typedef struct IntuiText INTUITEXT;
- typedef struct Menu MENU;
- typedef struct MenuItem MENUITEM;
- typedef struct NewScreen NEWSCREEN;
- typedef struct NewWindow NEWWINDOW;
- typedef struct Preferences PREFERENCES;
- typedef struct PropInfo PROPINFO;
- typedef struct Remember REMEMBER;
- typedef struct Requester REQUESTER;
- typedef struct Screen SCREEN;
- typedef struct StringInfo STRINGINFO;
- typedef struct Window WINDOW;
- typedef struct copinit COPINIT;
- typedef struct GListEnv GLISTENV;
- typedef struct GadgetInfo GADGETINFO;
- typedef struct IBox IBOX;
- typedef struct IntuitionBase INTUITIONBASE;
- typedef struct PenPair PENPAIR;
- typedef struct Point POINT;
- typedef struct IOAudio IOAUDIO;
- typedef struct BootBlock BOOTBLOCK;
- typedef struct IOClipReq IOCLIPREQ;
- typedef struct ClipboardUnitPartial CLIPBOARDUNITPARTIAL;
- typedef struct SatisfyMsg SATISFYMSG;
- typedef struct ConUnit CONUNIT;
- typedef struct IORequest IOREQUEST;
- typedef struct IOStdReq IOSTDREQ;
- typedef struct IOExtSer IOEXTSER;
- typedef struct InputEvent INPUTEVENT;
- typedef struct TextAttr TEXTATTRA;
- typedef struct TextFont TEXTFONT;
- typedef struct Layer LAYER;
- typedef struct Layer_Info LAYER_INFO;
- typedef struct Region REGION;
- typedef struct ClipRect CLIPRECT;
- typedef struct BitMap BITMAP;
- typedef struct RastPort RASTPORT;
- typedef struct TmpRas TMPRAS;
- typedef struct AreaInfo AREAINFO;
- typedef struct View VIEW;
- typedef struct ViewPort VIEWPORT;
- typedef struct ColorMap COLORMAP;
- typedef struct GfxBase GFXBASE;
- typedef struct Process PROCESS;
- typedef struct Task TASK;
- typedef struct stat STAT;
- typedef struct FileInfoBlock FILEINFOBLOCK;
- typedef struct FileLock FILELOCK;
- typedef struct DateStamp DATESTAMP;
- typedef struct timeval TIMEVAL;
- typedef struct ClockData CLOCKDATA;
- typedef struct timerequest TIMERREQUEST;
- typedef struct PrinterData PRINTERDATA;
- typedef struct PrinterExtendedData PRINTEREXTENDEDDATA;
-
-
-
- typedef struct
- {
- char days;
- char *months;
- } DM;
-
-
-