Im writing a program which is using qsort from stdlib.h. My code is working but im wondering why I dont have to declare anything in the prototype for my comparsion function.