home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network PC
/
Network PC.iso
/
amiga utilities
/
communication
/
bbs
/
termv4.6
/
extras
/
source
/
term-source.lha
/
Strings.c
< prev
next >
Encoding:
Amiga (detected)
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
|
1996-03-18
|
323 b
|
16 lines
/*
** Strings.c
**
** Declaration of builtin language strings
**
** Copyright © 1990-1996 by Olaf `Olsen' Barthel
** All Rights Reserved
*/
#define CATCOMP_ARRAY
#include "Strings.h"
struct CatCompArrayType *AppStrings = &CatCompArray[0];
WORD NumAppStrings = sizeof(CatCompArray) / sizeof(struct CatCompArrayType);