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