home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
useful
/
comm
/
tcp
/
amitcp
/
src
/
appl
/
askhost
/
amiga.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-03-02
|
245 b
|
15 lines
#ifndef _AMIGA_H_
#define _AMIGA_H_
#include <bsdsocket.h>
#include <proto/dos.h>
#define printf Printf
void herror(char * banner);
static void __inline
bcopy(char *a, char *b, int n) { for(; n; n--) *b++ = *a++; }
#endif /* _AMIGA_H_ */