home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 122.lha / Arp_v1.1 / Libraries / Manx_SRC / arpvars.c < prev    next >
Encoding:
C/C++ Source or Header  |  1986-11-21  |  899 b   |  32 lines

  1. /* Created 11/08/87 by -=+SDB+=- from file vars.c provided by Manx */
  2. /* Copyright (C) 1987 by Scott Ballantyne */
  3. /* Freely usable by arp supporters */
  4.  
  5. #include <fcntl.h>
  6. #include <workbench/startup.h>
  7.  
  8. void *SysBase, *DOSBase, *MathBase, *MathTransBase;
  9. void *MathIeeeDoubBasBase;
  10. void *ArpBase, *IntuitionBase, *GfxBase;  /* Arp specials, DOSBase == ArpBase */
  11.  
  12. /* Following two declarations now moved to AztecGlue.s
  13.  * Makes it easier to *only* use the glue routines, if that is what
  14.  * you desire
  15.  */
  16. /*long Errno;                  /* For return from Atol() */
  17. /*struct DefaultTracker *LastTracker;      /* For tracking calls */
  18.  
  19. char *CLI_Template = ",,,,,,,,,,,,,,,";    /* Default command template for GADS */
  20. void *CLI_Help;                /* Extra help line for GADS */
  21. long _savsp, _stkbase;
  22.  
  23. int errno, Enable_Abort;
  24.  
  25. struct WBStartup *WBenchMsg;
  26.  
  27. int _argc;
  28. char **_argv;
  29.  
  30. struct _dev *_devtab;
  31. short _numdev = 20;
  32.