summaryrefslogtreecommitdiff
path: root/schulung_tools/linking/hello/func.h
blob: cefd7693371a54bb81450e9bbe7d9416680c5ab6 (plain)
1
2
3
4
5
6
7
#ifndef FUNC_H
#define FUNC_H

extern void func1(void);
extern void func2(void);

#endif /* FUNC_H */