|
Project Euler Solutions
|
The functions to safely dispose of a BCD_int. More...
| void | BCD_int::free_BCD_int (BCD_int *const x) |
| if x is not constant, this sets all flags to 0, frees used memory, sets nan to true, and error to IS_FREED More... | |
The functions to safely dispose of a BCD_int.
| void free_BCD_int | ( | BCD_int *const | x | ) |
if x is not constant, this sets all flags to 0, frees used memory, sets nan to true, and error to IS_FREED
| x | the BCD_int you would like to destruct |

1.8.11