foo.h 48 B

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