blob: 563a9801234dce91427537f12875eeec64c98cb9 [file] [log] [blame]
#ifndef func_h
#define func_h
extern int func(void);
#endif