7 lines
62 B
C
Raw Normal View History

2002-05-01 14:00:21 -04:00
void TwoFunction();
void FiveFunction()
{
TwoFunction();
}