func.h 62 B

123456
  1. #ifndef func_h
  2. #define func_h
  3. extern int func(void);
  4. #endif