DIMA/trial1/include/fun2.c

9 lines
75 B
C

#include "fun2.h"
int fun2()
{
printf("Hello from FN2\n");
return 0;
}