1 2 3 4 5
#include <libB.h> static int libB_func_impl(void) { return 0; } int libB_func(void) { return libB_func_impl(); }