| 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-2000. |
| 5 * |
|
| 6 * This file is distributed under the terms of the "Artistic License". |
|
| 7 * See the included file LICENSE for details. |
5 * See the included file LICENSE for details. |
| 8 */ |
6 */ |
| 9 |
7 |
| 10 #define MAX_MANTISSA 10 /* should be enough for our needs */ |
8 #define MAX_MANTISSA 10 /* should be enough for our needs */ |
| 11 #define ULONG_SIZE (sizeof(ulong)*8) |
9 #define ULONG_SIZE (sizeof(ulong)*8) |