mirror of
https://github.com/libtom/libtommath
synced 2026-08-25 20:23:04 -04:00
* git blame <renamed-file> is not affected * git log --follow <renamed-file> can be used to show log across renames
7 lines
205 B
C
7 lines
205 B
C
#include "tommath_private.h"
|
|
#ifdef MP_INIT_L_C
|
|
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
|
|
/* SPDX-License-Identifier: Unlicense */
|
|
|
|
MP_INIT_INT(mp_init_l, mp_set_l, long)
|
|
#endif
|