2002-05-01 14:00:21 -04:00

7 lines
62 B
C

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