Record Detail

Compile Error

/in/sort2.c:2:6: error: conflicting types for 'sort2'
 void sort2(int* a, int* b)
      ^~~~~
In file included from /in/sort2.c:1:0:
/in/compile/sort2.h:4:6: note: previous declaration of 'sort2' was here
 void sort2(int*, int*, int);
      ^~~~~

Information

Submit By
Type
Submission
Homework
Lab 6 Exercises
Language
C
Submit At
2022-06-24 22:52:49
Judged At
2022-06-24 22:52:49
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes