File tree Expand file tree Collapse file tree 3 files changed +33
-452
lines changed
Expand file tree Collapse file tree 3 files changed +33
-452
lines changed Original file line number Diff line number Diff line change 188188
189189 < p class ="text-right "> < small >
190190 最終更新日時(UTC):
191- < span itemprop ="datePublished " content ="2025-07-05T05:23:29 ">
192- 2025年07月05日 05時23分29秒
191+ < span itemprop ="datePublished " content ="2025-07-05T09:10:27 ">
192+ 2025年07月05日 09時10分27秒
193193 </ span >
194194 < br />
195195 < span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -220,7 +220,7 @@ <h2>概要</h2>
220220< p > ホスト環境のコマンド呼び出す。(e.g. < code > /bin/sh</ code > , < code > cmd.exe</ code > )</ p >
221221< p > 基本の返り値はコマンドの実行結果。</ p >
222222< p > コマンドがヌルポインタの場合、ホスト環境にコマンドプロセッサが存在するか確認し、存在している場合のみに非ゼロ値を返す。</ p >
223- < h2 > 注釈 </ h2 >
223+ < h2 > 備考 </ h2 >
224224< p > POSIXでは< code > WEXITSTATUS</ code > と< code > WSTOPSIG</ code > を使用、分解できる</ p >
225225< p > 生成されるプロセスが画面の入出力を伴う場合、< code > std::system</ code > を呼び出す前に、< code > std::cout</ code > の明示的なフラッシュが必要になる場合がある。</ p >
226226< h2 > 例</ h2 >
You can’t perform that action at this time.
0 commit comments