home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / term33so.lha / termStrings.c < prev    next >
C/C++ Source or Header  |  1993-04-30  |  267b  |  15 lines

  1. /*
  2. **    termStrings.c
  3. **
  4. **    Declaration of builtin language strings
  5. **
  6. **    Copyright © 1990-1993 by Olaf `Olsen' Barthel & MXM
  7. **        All Rights Reserved
  8. */
  9.  
  10. #define STRINGARRAY
  11.  
  12. #include "termStrings.h"
  13.  
  14. LONG NumAppStrings = sizeof(AppStrings) / sizeof(struct AppString);
  15.