● 関数リファレンス
ldstr の解放
void __stdcall floatex_ldstr_term(void);
引数
無し
戻り値
無し
説明
ldstr 系関数の終了処理を行います。
floatex_ldstr_term 以外の ldstr系関数を呼び出し、成功している場合は、プログラムを終了する前に floatex_ldstr_term を必ず呼び出す必要があります。
floatex_ldstr_term を続けて繰り返し実行しても問題はありません。
関数実行前に保留されていた例外はクリアされますので、必要な例外処理は関数を実行する前に行ってください。