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