home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / AVMA&GPFax-V1,33Sources.LHA / sizes.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-25  |  288 b   |  17 lines

  1. #ifndef _SIZES_H
  2. #define _SIZES_H
  3.  
  4. #define TSTRING 15
  5. #define SSTRING 50
  6. #define MSTRING 100
  7. #define LSTRING 300
  8. #define HSTRING 1000
  9.  
  10. #define UTSTRING (TSTRING-1)
  11. #define USSTRING (SSTRING-1)
  12. #define UMSTRING (MSTRING-1)
  13. #define ULSTRING (LSTRING-1)
  14. #define UHSTRING (HSTRING-1)
  15.  
  16. #endif
  17.