7 lines
71 B
C
7 lines
71 B
C
void TwoFunction(void);
|
|
|
|
void SevenFunction(void)
|
|
{
|
|
TwoFunction();
|
|
}
|