The compiler tells you: hey, you're passing too few arguments to this function!

You defined your function to take three arguments (int a, int b, int c).

You call your function with one argument...