1 2 3 4 5 6 7 8
#include "myprivatelib.h" #include "stdio.h" void myprivatelib_function() { printf("This is myprivatelib"); }