回答編集履歴

1

追記

2022/06/01 19:57

投稿

y_waiwai
y_waiwai

スコア87784

test CHANGED
@@ -4,3 +4,14 @@
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
+ }