home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / edu / DITOdev.lha / DITOdev / Extensions / Source / Italiano / Data.h < prev    next >
C/C++ Source or Header  |  1996-12-17  |  1KB  |  33 lines

  1. /*****************************/
  2. /** ITALIANO/TABELLEN       **/
  3. /** (C) Dirk Holtwick, 1995 **/
  4. /*****************************/ 
  5.  
  6. #define ANZPERS      6
  7. #define ANZTEMP1     8     // für a,e,i-Konjugartion
  8. #define ANZTEMP2     7     // für avere, essere
  9. #define ANZKONJ      4
  10. #define ANZKONJS     3
  11.  
  12. extern const char     *artikel[];
  13. extern const short    artikelgen[];
  14. extern const char     *KonjSuffixe[ANZKONJS];
  15. extern const char     *PPErg[ANZKONJS];
  16. extern const char     *aarticles[];
  17. extern const char     *zarticles[];
  18. extern const char     *GenusStrs[];
  19. extern const char     *Konjugation[];
  20. extern const char     *Numerus[];
  21. extern const char     *Genus[];
  22. extern const char     *Modus[];
  23. extern const char     *Diathese[];
  24. extern const char     *Person[];
  25. extern const char     *Tempus[];
  26. extern const char     *FutIrr[];
  27. extern const char     *CondIrr[];
  28. extern const char     *CPresIrr[];
  29. extern const char     *CPerfIrr[];
  30. extern const char     *ktab[ANZKONJ][ANZTEMP1][ANZPERS];
  31. extern const char     *avere[ANZTEMP2][ANZPERS];
  32. extern const char     *essere[ANZTEMP2][ANZPERS];
  33.