github.com/aergoio/aergo@v1.3.1/libtool/src/gmp-6.1.2/mp_bpl.c (about) 1 /* 2 Copyright 1996 Free Software Foundation, Inc. 3 4 This file is part of the GNU MP Library. 5 6 The GNU MP Library is free software; you can redistribute it and/or modify 7 it 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 13 or 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 19 or both in parallel, as here. 20 21 The GNU MP Library is distributed in the hope that it will be useful, but 22 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 23 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 24 for more details. 25 26 You should have received copies of the GNU General Public License and the 27 GNU Lesser General Public License along with the GNU MP Library. If not, 28 see https://www.gnu.org/licenses/. */ 29 30 #include "gmp.h" 31 #include "gmp-impl.h" 32 33 const int mp_bits_per_limb = GMP_LIMB_BITS; 34 const int __gmp_0 = 0; 35 int __gmp_junk;