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