Scilab 6.0.0
Scilab Help >> API Scilab > legacy > string > freeAllocatedSingleString
freeAllocatedSingleString
Free memory allocated by getAllocatedSinglePoly function.
Syntax
void freeAllocatedSingleString(char* _pstData)
void freeAllocatedSingleWideString(wchar_t* _pwstData)
Arguments
- _pstData
Pointer "_pstData" allocated by getAllocatedSingleString.
- _pwstData
Pointer "_pwstData" allocated by getAllocatedSingleWideString.
Comments
Add a comment:
Please login to comment this page.