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