/*
**	termStrings.c
**
**	Declaration of builtin language strings
**
**	Copyright © 1990-1993 by Olaf `Olsen' Barthel & MXM
**		All Rights Reserved
*/

#define STRINGARRAY

#include "termStrings.h"

LONG NumAppStrings = sizeof(AppStrings) / sizeof(struct AppString);
