View difference between Paste ID: 7eVDMwnJ and EVL72jP6
SHOW: | | - or go back to the newest paste.
1-
void function_1(int n, int a[n])
1+
void function(int n, int a[static n]);
2
{
3
	...
4-
}
4+