bar.h 70 B

123456789
  1. #ifndef bar_h
  2. #define bar_h
  3. static int bar()
  4. {
  5. return 0;
  6. }
  7. #endif