home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Programming
/
vbcc_MorphOS
/
machines
/
amiga68k
/
include
/
proto
/
lowlevel.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-08-20
|
189b
|
8 lines
#ifndef PROTO_LOWLEVEL_H
#define PROTO_LOWLEVEL_H
#include <exec/types.h>
extern struct Library *LowLevelBase ;
#include <clib/lowlevel_protos.h>
#include <inline/lowlevel_protos.h>
#endif