prefix.h 55 B

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