Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
freeAllocatedSingleString
getAllocatedSingleString関数で確保されたメモリを開放する.
呼び出し手順
void freeAllocatedSingleString(char* _pstData)
void freeAllocatedSingleWideString(wchar_t* _pwstData)
引数
- _pstData
getAllocatedSingleStringで確保された"_pstData" ポインタ.
- _pwstData
getAllocatedSingleWideStringで確保された"_pwstData" ポインタ.
Report an issue | ||
<< createSingleString | string | freeAllocatedMatrixOfString >> |