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