Upgrade codegen
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
return NULL;
|
||||
}}
|
||||
|
||||
{T}Node *output = NULL;
|
||||
{T}Node *current = list->first;
|
||||
{Ttitle}Node *output = NULL;
|
||||
{Ttitle}Node *current = list->first;
|
||||
for (u64 i = 1; i <= index; ++i) {{
|
||||
current = current->next;
|
||||
}}
|
||||
|
Reference in New Issue
Block a user