1 2 3 4 5
#include <libA.h> static int libA_func_impl(void) { return 0; } int libA_func(void) { return libA_func_impl(); }