35:5a71d53d0228 | 36:63cd573ffbcf |
---|---|
1 /* | 1 /* |
2 * libtu/numparser2.h | 2 * libtu/numparser2.h |
3 * | 3 * |
4 * Copyright (c) Tuomo Valkonen 1999-2000. | 4 * Copyright (c) Tuomo Valkonen 1999-2002. |
5 * See the included file LICENSE for details. | 5 * See the included file LICENSE for details. |
6 */ | 6 */ |
7 | 7 |
8 #define MAX_MANTISSA 10 /* should be enough for our needs */ | 8 #define MAX_MANTISSA 10 /* should be enough for our needs */ |
9 #define ULONG_SIZE (sizeof(ulong)*8) | 9 #define ULONG_SIZE (sizeof(ulong)*8) |