simple.h 68 B

1234567
  1. #ifndef SIMPLE_H_
  2. #define SIMPLE_H_
  3. int simple_function();
  4. #endif