6 lines
87 B
C
6 lines
87 B
C
|
#include <stdio.h>
|
||
|
void file4(void)
|
||
|
{
|
||
|
printf("Control in function %s\n", __func__);
|
||
|
}
|