Record Detail

Compile Error

/in/correct/dlist.c:217:37: error: expected expression
            fprintf(stdout, "%d\n", int(tmp->key));
                                    ^
/in/correct/dlist.c:220:36: error: expected expression
            fprintf(stdout, "%lf", double(tmp->key));
                                   ^
/in/correct/dlist.c:245:13: error: passing 'dlistValue' (aka 'union dlistValue_t') to parameter of incompatible type 'void *'
     insert(value, key, this);
            ^~~~~
/in/correct/dlist.c:42:19: note: passing argument to parameter 'op' here
void insert(void* op, char *name, list_t *list) {
                  ^
3 errors generated.

Information

Submit By
Type
Submission
Homework
Lab 7: Debugging Lab
Language
C (Clang, with memory check)
Submit At
2018-12-04 18:01:07
Judged At
2018-12-04 18:01:07
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes