home *** CD-ROM | disk | FTP | other *** search
- #ifndef _SIZES_H
- #define _SIZES_H
-
- #define TSTRING 15
- #define SSTRING 50
- #define MSTRING 100
- #define LSTRING 300
- #define HSTRING 1000
-
- #define UTSTRING (TSTRING-1)
- #define USSTRING (SSTRING-1)
- #define UMSTRING (MSTRING-1)
- #define ULSTRING (LSTRING-1)
- #define UHSTRING (HSTRING-1)
-
- #endif
-