回答編集履歴

1

回答前のプレビューと異なり,マークダウンがまともに機能しないようなので記述を修正

2021/06/04 07:07

投稿

fana
fana

スコア11996

test CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
 
4
4
 
5
- * strchar なら,`#include <string.h>`
5
+ strchar なら
6
6
 
7
+
8
+
9
+ ```
10
+
11
+ #include <string.h>
12
+
13
+ ```
14
+
15
+
16
+
17
+ std::strchr なら,
18
+
19
+
20
+
21
+ ```
22
+
7
- * std::strchr なら,`#include <cstring>`
23
+ #include <cstring>
24
+
25
+ ```