home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff353.lzh / AztecArp / vars.c < prev    next >
C/C++ Source or Header  |  1990-06-02  |  1KB  |  35 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. void *SysBase, *DOSBase = NULL, *MathBase, *MathTransBase;
  6. void *MathIeeeDoubBasBase, *MathIeeeDoubTransBase;
  7. void *IntuitionBase, *GfxBase;  /* Arp specials, DOSBase == ArpBase (NOT ANY MORE) */
  8. struct ArpBase *ArpBase;
  9.  
  10. /* Following two declarations now moved to AztecGlue.s
  11.  * Makes it easier to *only* use the glue routines, if that is what
  12.  * you desire
  13.  */
  14. /*long Errno;                  /* For return from Atol() */
  15. /*struct DefaultTracker *LastTracker;      /* For tracking calls */
  16.  
  17. /*char *CLI_Template = ",,,,,,,,,,,,,,,"; /* Default command template for GADS */
  18. /*void *CLI_Help;              /* Extra help line for GADS */
  19. long _savsp, _stkbase;
  20.  
  21. int errno, Enable_Abort;
  22.  
  23. struct WBStartup *WBenchMsg;
  24.  
  25. int _argc;
  26. char **_argv;
  27.  
  28. struct _dev *_devtab;
  29. short _numdev = 20;
  30.  
  31. char *_detach_name = 0;         /* for DETACHED programs */
  32. long _detach_curdir = 0;
  33.  
  34. void *_oldtrap, **_trapaddr;    /* for signal() cleanup */
  35.