home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
fd2inline-1.0-bin.lha
/
include
/
proto
/
fifo.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-10-12
|
259b
|
16 lines
#ifndef PROTO_FIFO_H
#define PROTO_FIFO_H
#ifndef CLIB_FIFO_PROTOS_H
#include <clib/fifo_protos.h>
#endif
#if defined(__GNUC__) && !defined(__NOINLINES__)
#include <inline/fifo.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *FifoBase;
#endif
#endif