Scilab 6.0.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
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.
| Report an issue | ||
| << createSingleString | string | freeAllocatedMatrixOfString >> |