1 2 3 4
#include <stdio.h> #include <libA.h> int main(void) { printf("The answer is: %d\n", libA_func()); }