1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00
freebsd/lib/libmp/Symbol.map

24 lines
204 B
Plaintext

/*
* $FreeBSD$
*/
FBSD_1.1 {
mp_gcd;
mp_itom;
mp_madd;
mp_mcmp;
mp_mdiv;
mp_mfree;
mp_min;
mp_mout;
mp_move;
mp_msqrt;
mp_msub;
mp_mtox;
mp_mult;
mp_pow;
mp_rpow;
mp_sdiv;
mp_xtom;
};