blob: a13fb15964ac7da904429b36f82a2871b9db6263 [file] [log] [blame]
Austin Schuhdace2a62020-08-18 10:56:48 -07001/*
2Copyright 1996 Free Software Foundation, Inc.
3
4This file is part of the GNU MP Library.
5
6The GNU MP Library is free software; you can redistribute it and/or modify
7it under the terms of either:
8
9 * the GNU Lesser General Public License as published by the Free
10 Software Foundation; either version 3 of the License, or (at your
11 option) any later version.
12
13or
14
15 * the GNU General Public License as published by the Free Software
16 Foundation; either version 2 of the License, or (at your option) any
17 later version.
18
19or both in parallel, as here.
20
21The GNU MP Library is distributed in the hope that it will be useful, but
22WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
23or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
24for more details.
25
26You should have received copies of the GNU General Public License and the
27GNU Lesser General Public License along with the GNU MP Library. If not,
28see https://www.gnu.org/licenses/. */
29
30#include "gmp-impl.h"
31
32const int mp_bits_per_limb = GMP_LIMB_BITS;
33const int __gmp_0 = 0;
34int __gmp_junk;