DIMA/trial1/fun1.c

9 lines
85 B
C

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