Scilab 5.3.1
Please note that the recommended version of Scilab is 2023.1.0. This page might be outdated.
See the recommended documentation of this function
freeAllocatedSingleString
Free memory allocated by getAllocatedSinglePoly function.
Calling Sequence
void freeAllocatedSingleString(char* _pstData)
void freeAllocatedSingleWideString(wchar_t* _pwstData)
Arguments
- _pstData
Pointer "_pstData" allocated by getAllocatedSingleString.
- _pwstData
Pointer "_pwstData" allocated by getAllocatedSingleWideString.
<< createSingleString | string | freeAllocatedMatrixOfString >> |