home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / term23_2.lha / Source_Code / termSource / termStrings.c < prev    next >
C/C++ Source or Header  |  1992-08-18  |  372b  |  17 lines

  1. /*
  2. **    $Id: termStrings.c,v 1.2 92/08/15 20:15:21 olsen Sta Locker: olsen $
  3. **    $Revision: 1.2 $
  4. **    $Date: 92/08/15 20:15:21 $
  5. **
  6. **    Declaration of builtin language strings
  7. **
  8. **    Copyright © 1990-1992 by Olaf `Olsen' Barthel & MXM
  9. **        All Rights Reserved
  10. */
  11.  
  12. #define STRINGARRAY
  13.  
  14. #include "termStrings.h"
  15.  
  16. LONG NumAppStrings = sizeof(AppStrings) / sizeof(struct AppString);
  17.