123456789101112131415161718192021 |
- /*====================================================================*
- *
- * sizes.h - common data size definitions and declarations;
- *
- * Motley Tools by Charles Maier <cmaier@cmassoc.net>;
- * Copyright 2001-2006 by Charles Maier Associates;
- * Licensed under the Internet Software Consortium License;
- *
- *--------------------------------------------------------------------*/
- #ifndef SIZES_HEADER
- #define SIZES_HEADER
- #define _ADDRSIZE 0x0008
- #define _NAMESIZE 0x0100
- #define _LINESIZE 0x1000
- #endif
|