sizes.h 496 B

12345678910111213141516171819
  1. /*====================================================================*
  2. *
  3. * sizes.h - common data size definitions and declarations;
  4. *
  5. * Motley Tools by Charles Maier;
  6. * Copyright 2001-2006 by Charles Maier Associates;
  7. * Licensed under the Internet Software Consortium License;
  8. *
  9. *--------------------------------------------------------------------*/
  10. #ifndef SIZES_HEADER
  11. #define SIZES_HEADER
  12. #define _ADDRSIZE 0x0008
  13. #define _NAMESIZE 0x0100
  14. #define _LINESIZE 0x1000
  15. #endif