sizes.h 519 B

123456789101112131415161718192021
  1. /*====================================================================*
  2. *
  3. * sizes.h - common data size definitions and declarations;
  4. *
  5. * Motley Tools by Charles Maier <cmaier@cmassoc.net>;
  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