Converting a C++ lib to ANSI C and it seems like though ANSI C doesn\'t support default values for function variables or am I mistaken? What I want is something like
Neither of default values or function overloading exists in ANSI C, so you'll have to solve it in a different way.