<< createSingleString string freeAllocatedMatrixOfString >>

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.


Report an issue
<< createSingleString string freeAllocatedMatrixOfString >>