home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d950 / clocktool.lha / ClockTool / typedefs.h < prev   
C/C++ Source or Header  |  1993-12-20  |  3KB  |  97 lines

  1. /*
  2.  *  typedefs.h
  3.  *
  4.  * 13-Dec-92 
  5.  *
  6.  *
  7.  */
  8.  
  9.  
  10. typedef BOOL             BOOLEAN;
  11. typedef BPTR            LOCK;
  12.  
  13. typedef struct MsgPort        MSGPORT;
  14. typedef struct Message        MESSAGE;
  15. typedef struct Node        NODE;
  16. typedef struct List        LIST;
  17. typedef struct MinList        MINLIST;
  18. typedef struct MinNode        MINNODE;
  19. typedef struct Device        DEVICE;
  20. typedef struct Library        LIBRARY;
  21. typedef struct ExecBase     EXECBASE;
  22. typedef struct SignalSemaphore    SIGNALSEMAPHORE;
  23. typedef struct Semaphore    SEMAPHORE;
  24. typedef struct MemEntry     MEMENTRY;
  25. typedef struct MemList        MEMLIST;
  26. typedef struct MemHeader    MEMHEADER;
  27. typedef struct Interrupt    INTERRUPT;
  28. typedef struct BoolInfo     BOOLINFO;
  29. typedef struct Border        BORDER;
  30. typedef struct Gadget        GADGET;
  31. typedef struct Image        IMAGE;
  32. typedef struct IntuiMessage    INTUIMESSAGE;
  33. typedef struct IntuiText    INTUITEXT;
  34. typedef struct Menu        MENU;
  35. typedef struct MenuItem     MENUITEM;
  36. typedef struct NewScreen    NEWSCREEN;
  37. typedef struct NewWindow    NEWWINDOW;
  38. typedef struct Preferences    PREFERENCES;
  39. typedef struct PropInfo     PROPINFO;
  40. typedef struct Remember     REMEMBER;
  41. typedef struct Requester    REQUESTER;
  42. typedef struct Screen        SCREEN;
  43. typedef struct StringInfo    STRINGINFO;
  44. typedef struct Window        WINDOW;
  45. typedef struct copinit        COPINIT;
  46. typedef struct GListEnv     GLISTENV;
  47. typedef struct GadgetInfo    GADGETINFO;
  48. typedef struct IBox        IBOX;
  49. typedef struct IntuitionBase    INTUITIONBASE;
  50. typedef struct PenPair        PENPAIR;
  51. typedef struct Point        POINT;
  52. typedef struct IOAudio        IOAUDIO;
  53. typedef struct BootBlock    BOOTBLOCK;
  54. typedef struct IOClipReq    IOCLIPREQ;
  55. typedef struct ClipboardUnitPartial CLIPBOARDUNITPARTIAL;
  56. typedef struct SatisfyMsg    SATISFYMSG;
  57. typedef struct ConUnit        CONUNIT;
  58. typedef struct IORequest     IOREQUEST;
  59. typedef struct IOStdReq     IOSTDREQ;
  60. typedef struct IOExtSer     IOEXTSER;
  61. typedef struct InputEvent    INPUTEVENT;
  62. typedef struct TextAttr     TEXTATTRA;
  63. typedef struct TextFont     TEXTFONT;
  64. typedef struct Layer        LAYER;
  65. typedef struct Layer_Info    LAYER_INFO;
  66. typedef struct Region        REGION;
  67. typedef struct ClipRect     CLIPRECT;
  68. typedef struct BitMap        BITMAP;
  69. typedef struct RastPort     RASTPORT;
  70. typedef struct TmpRas        TMPRAS;
  71. typedef struct AreaInfo     AREAINFO;
  72. typedef struct View        VIEW;
  73. typedef struct ViewPort     VIEWPORT;
  74. typedef struct ColorMap     COLORMAP;
  75. typedef struct GfxBase        GFXBASE;
  76. typedef struct Process        PROCESS;
  77. typedef struct Task        TASK;
  78. typedef struct stat        STAT;
  79. typedef struct FileInfoBlock    FILEINFOBLOCK;
  80. typedef struct FileLock     FILELOCK;
  81. typedef struct DateStamp    DATESTAMP;
  82. typedef struct timeval        TIMEVAL;
  83. typedef struct ClockData    CLOCKDATA;
  84. typedef struct timerequest    TIMERREQUEST;
  85. typedef struct PrinterData    PRINTERDATA;
  86. typedef struct PrinterExtendedData PRINTEREXTENDEDDATA;
  87.  
  88.  
  89.  
  90. typedef struct
  91. {
  92.   char days;
  93.   char *months;
  94. } DM;
  95.  
  96.  
  97.