home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / new / misc / sci / splines / typedefs.h < prev   
C/C++ Source or Header  |  1994-09-15  |  4KB  |  124 lines

  1. /*
  2.  *
  3.  *  typedefs.h
  4.  *
  5.  *
  6.  * Gary Duncan ;   14 Sep 94 
  7.  */
  8.  
  9. /*
  10. typedef struct 
  11. */
  12.  
  13. typedef BOOL             BOOLEAN;
  14. typedef BPTR            LOCK;
  15. typedef struct AmigaGuideBase    AMIGAGUIDEBASE;
  16. typedef struct AreaInfo     AREAINFO;
  17. typedef struct BitMap        BITMAP;
  18. typedef struct BoolInfo     BOOLINFO;
  19. typedef struct BootBlock    BOOTBLOCK;
  20. typedef struct Border        BORDER;
  21. typedef struct ClipboardUnitPartial CLIPBOARDUNITPARTIAL;
  22. typedef struct ClipRect     CLIPRECT;
  23. typedef struct ClockData    CLOCKDATA;
  24. typedef struct ColorMap     COLORMAP;
  25. typedef struct CommandLineInterface COMMANDLINEINTERFACE;
  26. typedef struct ConfigDev     CONFIGDEV;
  27. typedef struct ConUnit        CONUNIT;
  28. typedef struct copinit        COPINIT;
  29. typedef struct DateStamp    DATESTAMP;
  30. typedef struct DateTime        DATETIME;
  31. typedef struct Device        DEVICE;
  32. typedef struct DeviceNode    DEVICENODE;
  33. typedef struct DiskObject    DISKOBJECT;
  34. typedef struct DisplayInfo    DISPLAYINFO; 
  35. typedef struct DosLibrary    DOSLIBRARY;
  36. typedef struct DosInfo        DOSINFO;
  37. typedef struct DosList        DOSLIST;
  38. typedef struct EClockVal    ECLOCKVAL;
  39. typedef struct ExecBase     EXECBASE;
  40. typedef struct ExpansionBase    EXPANSIONBASE;
  41. typedef struct FileInfoBlock    FILEINFOBLOCK;
  42. typedef struct FileLock     FILELOCK;
  43. typedef struct FileRequester    FILEREQUESTER;
  44. typedef struct Gadget        GADGET;
  45. typedef struct GadgetInfo    GADGETINFO;
  46. typedef struct GfxBase        GFXBASE;
  47. typedef struct GListEnv     GLISTENV;
  48. typedef struct IBox        IBOX;
  49. typedef struct IFFHandle    IFFHANDLE;
  50. typedef struct Image        IMAGE;
  51. typedef struct InputEvent    INPUTEVENT;
  52. typedef struct Interrupt    INTERRUPT;
  53. typedef struct IntuiMessage    INTUIMESSAGE;
  54. typedef struct IntuiText    INTUITEXT;
  55. typedef struct IntuitionBase    INTUITIONBASE;
  56. typedef struct IOAudio        IOAUDIO;
  57. typedef struct IOClipReq    IOCLIPREQ;
  58. typedef struct IOExtSer     IOEXTSER;
  59. typedef struct IORequest     IOREQUEST;
  60. typedef struct IOStdReq     IOSTDREQ;
  61. typedef struct Layer        LAYER;
  62. typedef struct Layer_Info    LAYER_INFO;
  63. typedef struct LayersBase    LAYERSBASE;
  64. typedef struct Library        LIBRARY;
  65. typedef struct List        LIST;
  66. typedef struct Manufacturer    MANUFACTURER; 
  67. typedef struct MemChunk        MEMCHUNK;
  68. typedef struct MemEntry     MEMENTRY;
  69. typedef struct MemHeader    MEMHEADER;
  70. typedef struct MemList        MEMLIST;
  71. typedef struct Menu        MENU;
  72. typedef struct MenuItem     MENUITEM;
  73. typedef struct Message        MESSAGE;
  74. typedef struct MinList        MINLIST;
  75. typedef struct MinNode        MINNODE;
  76. typedef struct MsgPort        MSGPORT;
  77. typedef struct NameInfo        NAMEINFO; 
  78. typedef struct NewGadget    NEWGADGET;
  79. typedef struct NewMenu        NEWMENU;
  80. typedef struct NewScreen    NEWSCREEN;
  81. typedef struct NewWindow    NEWWINDOW;
  82. typedef struct Node        NODE;
  83. typedef struct PenPair        PENPAIR;
  84. typedef struct Point        POINT;
  85. typedef struct Preferences    PREFERENCES;
  86. typedef struct PrinterData    PRINTERDATA;
  87. typedef struct PrinterExtendedData PRINTEREXTENDEDDATA;
  88. typedef struct Process        PROCESS;
  89. typedef struct PropInfo     PROPINFO;
  90. typedef struct PubScreenNode    PUBSCREENNODE; 
  91. typedef struct RastPort     RASTPORT;
  92. typedef struct Region        REGION;
  93. typedef struct Remember     REMEMBER;
  94. typedef struct Requester    REQUESTER;
  95. typedef struct RootNode        ROOTNODE;
  96. typedef struct SatisfyMsg    SATISFYMSG;
  97. typedef struct Screen        SCREEN;
  98. typedef struct Semaphore    SEMAPHORE;
  99. typedef struct SignalSemaphore    SIGNALSEMAPHORE;
  100. typedef struct stat        STAT;
  101. typedef struct StringInfo    STRINGINFO;
  102. typedef struct TagItem        TAGITEM;
  103. typedef struct Task        TASK;
  104. typedef struct TextAttr     TEXTATTR;
  105. typedef struct TextFont     TEXTFONT;
  106. typedef struct timerequest    TIMEREQUEST;
  107. typedef struct timeval        TIMEVAL;
  108. typedef struct TmpRas        TMPRAS;
  109. typedef struct tm        TM;
  110. typedef struct Unit        UNIT;
  111. typedef struct View        VIEW;
  112. typedef struct ViewPort     VIEWPORT;
  113. typedef struct Window        WINDOW;
  114. typedef struct WorkbenchBase    WORKBENCHBASE;
  115.  
  116.  
  117. typedef struct
  118. {
  119.   char days;
  120.   char *months;
  121. } DM;
  122.  
  123.  
  124.