8 lines
79 B
C
8 lines
79 B
C
#include <stdio.h>
|
|
|
|
void dupa2(void)
|
|
{
|
|
printf("function in test2.c\n");
|
|
}
|
|
|