You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/cstdlib/system.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,27 +5,20 @@
5
5
```cpp
6
6
intsystem( const char* command );
7
7
```
8
-
## 概要
9
-
10
-
11
-
ホスト環境のコマンド呼び出す。(e.g. /bin/sh, cmd.exe)
12
8
9
+
## 概要
13
10
14
-
Returns an implementation-defined value (usually the value that the invoked program returns).
11
+
ホスト環境のコマンド呼び出す。(e.g. `/bin/sh`, `cmd.exe`)
15
12
16
-
If command is a null pointer, checks if the host environment has a command processor and returns a nonzero value if and only if the command processor exists.
13
+
基本の返り値はコマンドの実行結果。
17
14
18
-
Parameters
19
-
command - character string identifying the command to be run in the command processor. If a null pointer is given, command processor is checked for existence
20
-
Return value
21
-
Implementation-defined value. If command is a null pointer, returns a nonzero value if and only if the command processor exists.
0 commit comments