mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 05:49:27 +00:00
aa9bc17601
BMakefiles and other bits will follow. Requested by: Andrey Chernov Made world by: Chuck Robey
5 lines
87 B
C
5 lines
87 B
C
#include "gmp.h"
|
|
#include "gmp-impl.h"
|
|
|
|
const int mp_bits_per_limb = BITS_PER_MP_LIMB;
|