2024-04-14 22:45:38 +02:00

7 lines
75 B
C

void SevenFunction(void);
void EightFunction(void)
{
SevenFunction();
}