blob: 108be618c291fd0db73ec29f2d94a72944f023d7 [file] [log] [blame]
#include <stdio.h>
void print(void)
{
printf("hello from mylib.c\n");
return;
}