home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / GoldED / developer / examples / syntax / warpcpp / defs.h next >
Encoding:
C/C++ Source or Header  |  1998-10-06  |  871 b   |  30 lines

  1. #include <exec/types.h>
  2. #include <exec/ports.h>
  3. #include <exec/semaphores.h>
  4. #include <exec/libraries.h>
  5. #include <dos/dos.h>
  6. #include <exec/memory.h>
  7. #include <clib/exec_protos.h>
  8. #include <clib/alib_protos.h>
  9. #include <string.h>
  10. #include <ctype.h>
  11.  
  12. #define LibCall    __geta4 __regargs
  13. #define Prototype  extern
  14.  
  15. // prototypes pools.lib
  16.  
  17. Prototype APTR AsmCreatePool(__d0 ULONG,__d1 ULONG,__d2 ULONG,__a6 struct Library *);
  18. Prototype void AsmDeletePool(__a0 APTR,__a6 struct Library *);
  19. Prototype APTR AsmAllocPooled(__a0 APTR, __d0 ULONG,__a6 struct Library *);
  20. Prototype void AsmFreePooled(__a0 APTR,__a1 APTR,__d0 ULONG,__a6 struct Library *);
  21.  
  22. #include "golded:developer/golded/include/golded.h"
  23. #include "golded:developer/syntax/include/scanlib.h"
  24. #include "o/lib-protos.h"
  25.  
  26. extern const char LibName[];
  27. extern const char LibId[];
  28.  
  29. extern struct Library *SysBase;
  30.