5 #include <exec/types.h>
6 #include <exec/libraries.h>
7 #include <proto/locale.h>
8 #include <libraries/locale.h>
10 #define CATCOMP_NUMBERS 1
12 #include "%b_strings.h"
14 struct StringCollection
20 static struct StringCollection _sc[] =
27 char * GetString(struct LocaleInfo * li,
33 struct Library * LocaleBase = (struct Library *)li->li_LocaleBase;
35 struct StringCollection * sc = _sc;
36 while (NULL != sc->string)
38 if (sc->id == stringNum)
46 if (NULL != li->li_Catalog)
47 string = GetCatalogStr((struct Catalog *)li->li_Catalog,