home *** CD-ROM | disk | FTP | other *** search
- /*
- ** termStrings.c
- **
- ** Declaration of builtin language strings
- **
- ** Copyright © 1990-1995 by Olaf `Olsen' Barthel
- ** All Rights Reserved
- */
-
- #define CATCOMP_ARRAY
-
- #include "termStrings.h"
-
- struct CatCompArrayType *AppStrings = &CatCompArray[0];
- LONG NumAppStrings = sizeof(CatCompArray) / sizeof(struct CatCompArrayType);
-