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 188
188
189
189
< p class ="text-right "> < small >
190
190
最終更新日時(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秒
193
193
</ span >
194
194
< br />
195
195
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -220,7 +220,7 @@ <h2>概要</h2>
220
220
< p > ホスト環境のコマンド呼び出す。(e.g. < code > /bin/sh</ code > , < code > cmd.exe</ code > )</ p >
221
221
< p > 基本の返り値はコマンドの実行結果。</ p >
222
222
< p > コマンドがヌルポインタの場合、ホスト環境にコマンドプロセッサが存在するか確認し、存在している場合のみに非ゼロ値を返す。</ p >
223
- < h2 > 注釈 </ h2 >
223
+ < h2 > 備考 </ h2 >
224
224
< p > POSIXでは< code > WEXITSTATUS</ code > と< code > WSTOPSIG</ code > を使用、分解できる</ p >
225
225
< p > 生成されるプロセスが画面の入出力を伴う場合、< code > std::system</ code > を呼び出す前に、< code > std::cout</ code > の明示的なフラッシュが必要になる場合がある。</ p >
226
226
< h2 > 例</ h2 >
You can’t perform that action at this time.
0 commit comments