blob: 60ff28949b9af580cfe6838bd2dd4f5fd2f75312 [file] [log] [blame]
#include <stdio.h>
void function1(void)
{
printf("Hello from function1.in\n");
}