home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / terminal / term / extras / source / term-source.lha / termStrings.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-26  |  331 b   |  16 lines

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