Skip to content

Commit ec9bc98

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent a539857 commit ec9bc98

File tree

3 files changed

+33
-452
lines changed

3 files changed

+33
-452
lines changed

reference/cstdlib/system.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
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>

0 commit comments

Comments
 (0)