foo.h 52 B

123456
  1. #ifndef foo_h
  2. #define foo_h
  3. int foo(void);
  4. #endif