9 lines
85 B
C
9 lines
85 B
C
#include "fun1.h"
|
|
|
|
int fun1()
|
|
{
|
|
printf("Hello from FN1\n");
|
|
// fun2();
|
|
return 0;
|
|
}
|