1 2 3 4 5 6 7 8
#include "../lib.h" int get_builto_value (void); SYMBOL_EXPORT int get_stodep_value (void) { return get_builto_value (); }