回答編集履歴
1
追記
answer
CHANGED
@@ -3,4 +3,15 @@
|
|
3
3
|
なんやかや
|
4
4
|
}
|
5
5
|
|
6
|
-
ではどうでしょう
|
6
|
+
ではどうでしょう
|
7
|
+
|
8
|
+
---
|
9
|
+
あるいは
|
10
|
+
|
11
|
+
while(true) {
|
12
|
+
pFindTargetAdress = strstr( pStartAdress, chStringTarget );
|
13
|
+
if( pFindTargetAdress == NULL ) break;
|
14
|
+
|
15
|
+
なんやかや
|
16
|
+
|
17
|
+
}
|