home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 113
/
EnigmaAmiga113CD.iso
/
dalla_rivista
/
posta
/
asyncio.lha
/
AsyncIO
/
include
/
proto
/
asyncio.h
Wrap
C/C++ Source or Header
|
1996-01-05
|
209b
|
9 lines
#ifndef PROTO_ASYNCIO_H
#define PROTO_ASYNCIO_H
#include <exec/types.h>
#define ASIO_SHARED_LIB
extern struct Library *AsyncIOBase;
#include <clib/asyncio_protos.h>
#include <pragmas/asyncio_pragmas.h>
#endif