home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 1
/
RISC_DISC_1.iso
/
pd_share
/
code
/
oslib
/
Examples
/
p3-469
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-03-24
|
178 b
|
11 lines
#include "font.h"
void ex (char *file_name)
{ font_un_cache_file (file_name, FALSE);
/*... replace old file with new one ...*/
font_un_cache_file (file_name, TRUE);
}