I recently had to type in a small C test program and, in the process, I made a spelling mistake in the main function by accidentally using vooid instead of
vooid
It's simply using the "old-style" function-declaration syntax; you're implicitly declaring an int parameter called vooid.
int