1 2 3 4 5 6 7
#ifndef FUNC_H #define FUNC_H extern void func1(void); extern void func2(void); #endif /* FUNC_H */