> +int main(void)
> +{
> + int a;
> +
> + a = 10;
Is it nicer to write such a variable initialisation in a single line?+ int a = 10; > + c = 400; > + c(); Can such source code trigger understanding difficulties? How do you think about to specify a function implementation (or pointer) before its assignment? Regards, Markus _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
