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