Merge pull request #578 from PX4/fix_mp_prime_strong_lucas_lefridge_compilation
[libtommath.git] / mp_init_ul.c
blob21ca3be51bf123d5f1c53ac8769a8d6a65049b09
1 #include "tommath_private.h"
2 #ifdef MP_INIT_UL_C
3 /* LibTomMath, multiple-precision integer library -- Tom St Denis */
4 /* SPDX-License-Identifier: Unlicense */
6 MP_INIT_INT(mp_init_ul, mp_set_ul, unsigned long)
7 #endif