you can overload functions in lite-c but returning a value in a void-function just makes no sense
void means you have no return type, so what do you want to return then?
you can't do this in c (or at least you shouldn't be able to compile it)#

using int, float, whatever just works fine


Visit my site: www.masterq32.de