EightSrc.c 67 B

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