I\'m relatively new to C. I\'ve come across a form of function syntax I\'ve never seen before, where the parameter types are defined after that parameter list. Can someone e
Its just the same but old fashion. You probably found it is some old, legacy code.