foo2.h 55 B

123456
  1. #ifndef foo2_h
  2. #define foo2_h
  3. int foo2(void);
  4. #endif