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