home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume25
/
trash
/
part01
/
wcache.c
< 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
|
1992-03-22
|
214 b
|
19 lines
#include <stdio.h>
#include "wcache.h"
#include "nels.h"
cent wcache[CACHEZ];
void
wcache_clear()
{
int i;
/*
printf("clear\n");
fflush(stdout);
*/
for (i = 0; i < nels(wcache); i++)
wcache[i].c_addr = 0;
}