7 lines
62 B
C
Raw Normal View History

void TwoFunction();
void FiveFunction()
{
TwoFunction();
}