FiveSrc.c 62 B

123456
  1. void TwoFunction();
  2. void FiveFunction()
  3. {
  4. TwoFunction();
  5. }