home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-19.28-src.tgz / tar.out / fsf / emacs / unixlib / include / internal / vars.h < prev   
C/C++ Source or Header  |  1996-09-28  |  235b  |  12 lines

  1. #ifndef VARS_H
  2. #define VARS_H
  3.  
  4. /* <_us, _startup_time> should be a pretty good unique identifier of
  5.    this process */
  6. extern struct Process *_us;
  7. extern long _stack_size;
  8. extern long _startup_time;
  9. extern int use_amiga_flags;
  10.  
  11. #endif
  12.