SevenSrc.c 63 B

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