Record Detail

Compile Error

/in/double_list.c: In function 'append':
/in/double_list.c:106:1: error: expected ';' before ':' token
 :
 ^
/in/double_list.c:128:1: error: expected declaration or statement at end of input
 }
 ^
/in/double_list.c:104:40: error: unused variable 'node' [-Werror=unused-variable]
  node_t* a = malloc(sizeof(node_t)), * node=*head_ref;
                                        ^~~~
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Lab 8
Language
C
Submit At
2020-07-05 15:11:36
Judged At
2020-07-05 15:11:36
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes