Compile Error
/in/correct/dlist.c:220:44: error: pointer cannot be cast to type 'double' fprintf(stdout, "%lf", (double)(tmp->key)); ^~~~~~~~~~ /in/correct/dlist.c:244:9: error: initializing 'void *' with an expression of incompatible type 'dlistValue' (aka 'union dlistValue_t') void* a = value; ^ ~~~~~ 2 errors generated.
Information
- Submit By
- Type
- Submission
- Homework
- Lab 7: Debugging Lab
- Language
- C (Clang, with memory check)
- Submit At
- 2018-12-04 18:03:43
- Judged At
- 2018-12-04 18:03:43
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 0 Bytes