#ifndef FUNC_H #define FUNC_H extern void func1(void); extern void func2(void); #endif /* FUNC_H */