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
224 B
C
7 lines
224 B
C
#include "tommath_private.h"
|
|
#ifdef MP_SET_I64_C
|
|
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
|
|
/* SPDX-License-Identifier: Unlicense */
|
|
|
|
MP_SET_SIGNED(mp_set_i64, mp_set_u64, int64_t, uint64_t)
|
|
#endif
|