Updating comments
This commit is contained in:
parent
33d39f4a7a
commit
8d953acff3
1 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,8 @@ int main(void) {
|
|||
Dlist dli1 = NULL;
|
||||
Dlist dli2 = NULL;
|
||||
|
||||
// can be done without passing & by using auxiliary variable
|
||||
// like addr as demonstrated in the frist insert function.
|
||||
split_li_to_di(li, &dli1, &dli2);
|
||||
|
||||
print_list(li);
|
||||
|
|
Loading…
Reference in a new issue