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
Wrap
C/C++ Source or Header
|
1996-09-28
|
235b
|
12 lines
#ifndef VARS_H
#define VARS_H
/* <_us, _startup_time> should be a pretty good unique identifier of
this process */
extern struct Process *_us;
extern long _stack_size;
extern long _startup_time;
extern int use_amiga_flags;
#endif