blob: eec270cdc15ae565ecf339fd80cd3c2969bfa22a [file] [log] [blame] [edit]
#include "myotherlib.h"
#include "stdio.h"
void myotherlib_function()
{
printf("This is myotherlib");
}