func.h 55 B

1234567
  1. #ifndef FUNC_H__
  2. #define FUNC_H__
  3. int func();
  4. #endif