We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ec0e6 commit 72c5821Copy full SHA for 72c5821
loop/loop.layout
@@ -3,7 +3,7 @@
3
<ActiveTarget name="Debug" />
4
<File name="main.c" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
5
<Cursor>
6
- <Cursor1 position="470" topLine="16" />
+ <Cursor1 position="570" topLine="16" />
7
</Cursor>
8
</File>
9
</CodeBlocks_layout_file>
loop/main.c
@@ -36,6 +36,7 @@ status CreateListWithLoop(LinkList *L)
36
37
p = (*L);
38
39
+ p->prior = p->next = NULL;
40
41
int i = 10;
42
0 commit comments