Page 3 of 3

Re: NXC: can't pass expression to ArrayInit

Posted: 17 Jul 2011, 21:56
by HaWe
it's not just about ArrayInit, it's about all functions that in the moment are macros.
every function (edit: AND expression) should be allowed to get expressions (variables, functions) passed to it!
I want to be able to use always all functions nested like
printf("%d", int function1(function2(function3(function4)?0:1))*max(function1(function2), function1(function3)))