numparser2.h

changeset 9
55e7f2ff6021
parent 3
b1fbfab67908
child 15
9f5760af87d9
equal deleted inserted replaced
8:c1994196683f 9:55e7f2ff6021
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)

mercurial