Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.0 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Scilabヘルプ >> API Scilab > legacy > string > freeAllocatedMatrixOfString

freeAllocatedMatrixOfString

freeAllocatedMatrixOfString関数で確保されたメモリを開放する.

呼び出し手順

void freeAllocatedMatrixOfString(int _iRows, int _iCols, char** _pstData)
void freeAllocatedMatrixOfWideString(int _iRows, int _iCols, wchar_t** _pwstData)

引数

_iRows

freeAllocatedMatrixOfStringから返された"_piRows"の値.

_iCols

freeAllocatedMatrixOfStringから返された"_piCols"の値.

_pstData

freeAllocatedMatrixOfStringで確保されたポインタ"_pstData".

_pwstData

freeAllocatedWideMatrixOfStringで確保されたポインタ"_pwstData".

Report an issue
<< freeAllocatedSingleString string 文字列の例 >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 14 15:10:43 CET 2017