home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d359
/
dice.lha
/
DICE
/
DICE.lzh
/
include
/
lib
/
bcpl.h
< prev
next >
Wrap
Text File
|
1990-03-11
|
117b
|
7 lines
#define BTOC(bptr, type) ((type *)((long)(bptr) << 2))
#define CTOB(cptr) ((BPTR)((unsigned long)(cptr) >> 2))