#include #include "lib_A.h" #include "lib_B.h" void lib_B_func1() { lib_A_func1(); printf("lib_B_func1\n"); }