home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
FileMover
/
HF-OM1.DMS
/
in.adf
/
OpusSDK.lha
/
SDK
/
examples
/
iconclock
/
iconclock_strings.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-09-05
|
174 b
|
9 lines
#define CATCOMP_BLOCK
#include "iconclock.strings"
#include <dopus/locale.h>
void init_locale_data(struct DOpusLocale *locale)
{
locale->li_BuiltIn=(char *)CatCompBlock;
}