回答編集履歴
1
誤字の修正
test
CHANGED
@@ -92,7 +92,7 @@
|
|
92
92
|
|
93
93
|
{
|
94
94
|
|
95
|
-
|
95
|
+
prev->next = current->next;
|
96
96
|
|
97
97
|
free(current);
|
98
98
|
|