Function parameters
If i'm writing a function with parameters,
			- Code: Select all
 void function(int param1, char *param2)
...