iw4x-client/deps/libtommath/s_mp_warray.c

9 lines
210 B
C
Raw Permalink Normal View History

2024-07-29 00:23:23 -04:00
#include "tommath_private.h"
#ifdef S_MP_WARRAY_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */
mp_thread st_warray s_mp_warray = { 0 };
#endif