7 lines
75 B
C
7 lines
75 B
C
void SevenFunction(void);
|
|
|
|
void EightFunction(void)
|
|
{
|
|
SevenFunction();
|
|
}
|