hi, since ansi-c allows k&r style parameter lists which look something like this
int my_function(arg0, arg1) int arg0; char arg1; { /* code */ }