1/*
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 the GNU Lesser General Public License as published by
8the Free Software Foundation; either version 3 of the License, or (at your
9option) any later version.
10
11The GNU MP Library is distributed in the hope that it will be useful, but
12WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
14License for more details.
15
16You should have received a copy of the GNU Lesser General Public License
17along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.  */
18
19#include "gmp.h"
20#include "gmp-impl.h"
21
22const int mp_bits_per_limb = GMP_LIMB_BITS;
23const int __gmp_0 = 0;
24int __gmp_junk;
25