home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume25
/
trash
/
part01
/
wcache.h
< prev
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
|
1992-03-22
|
139 b
|
11 lines
#define CACHEZ 4096
typedef struct cent cent;
struct cent
{
unsigned long c_addr;
unsigned long *c_ptr;
};
extern cent wcache[CACHEZ];