home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
c
/
gcc263-inclib.lha
/
gnu
/
os-include
/
proto
/
realtime.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-09-22
|
253 b
|
13 lines
#ifndef PROTO_REALTIME_H
#define PROTO_REALTIME_H
#include <clib/realtime_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/realtime.h>
#endif
#ifndef __NOLIBBASE__
extern struct RealTimeBase *RealTimeBase;
#endif
#endif