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