In the external code that I am using there is enum:
enum En {VALUE_A, VALUE_B, VALUE_C};
In another external code that I am using there ar
Have functions and then overload the library functions?
//libFunc( enum a ); libFuncOverload( define a ) { libFunc( toEn( a ) ); }