I wish to write this macros, but compiler dont want to accept it.
example here#define this(struct, function, parameters...) struct.function(struct ,##parameters)
This should let me use any number of parameters and delete comma if im not using parameters, but lite-c somehow dont know this things or im doing it wrong here. I really could apreciate some help.