質問編集履歴
2
カテゴリの追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
補足
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
|
22
22
|
|
23
|
-
char prompt_str[] = "Command: "
|
23
|
+
char prompt_str[] = "Command: " // プロンプトの初期設定は"Command: "
|
24
24
|
|
25
25
|
void prompt(char *[]);
|
26
26
|
|