UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CharAr.H
1 /* CharAr.H */
2 /* $Id: CharAr.H,v 1.1 2009/04/14 12:06:28 vlad Exp $ */
3 #ifndef __CharAr_H
4 #define __CharAr_H
5 
6 /* Long expandable string */
7 #define PtrType char
8 #define PtrAr CharAr
9 #define PtrArQuant 1024
10 #define PtrArVolume 4096
11 #include <mix/PtrAr.H>
12 
13 #endif /* CharAr.H */