foo.h 53 B

1234
  1. #ifndef foo_h
  2. #define foo_h
  3. extern int foo();
  4. #endif