SOme updates

This commit is contained in:
WolverinDEV
2021-03-21 23:51:37 +01:00
parent fb517f0b72
commit ceb77a2c85
20 changed files with 80 additions and 33 deletions
+2
View File
@@ -28,6 +28,7 @@ void testTomMath(){
#else
//assert(err != MP_OKAY); //if this method succeed than tommath failed. Unknown why but it is so
#endif
(void) err;
mp_clear_multi(&x, &n, &exp, &r, nullptr);
}
{
@@ -53,6 +54,7 @@ void testTomMath(){
#else
//assert(err != MP_OKAY); //if this method succeed than tommath failed. Unknown why but it is so
#endif
(void) err;
mp_clear_multi(&x, &n, &exp, &r, nullptr);
}