/*
**	Strings.c
**
**	Declaration of builtin language strings
**
**	Copyright © 1990-1997 by Olaf `Olsen' Barthel
**		All Rights Reserved
**
**	:ts=4
*/

#define CATCOMP_ARRAY

#if defined(__STORM__) || defined(__GNUC__)
#define const
#endif

#ifndef TERM_H
#include "term.h"
#endif	/* TERM_H */

struct CatCompArrayType	*	AppStrings		= &CatCompArray[0];
WORD						NumAppStrings	= sizeof(CatCompArray) / sizeof(struct CatCompArrayType);
