From 9a7ca2ce530c59abcdccb8a730c53c6098b3da3a Mon Sep 17 00:00:00 2001 From: John Ogness Date: Mon, 28 Jan 2019 19:40:24 +0106 Subject: linking/hello: fixup Makefiles It is good to have Makefile and autotool versions for compare. But the Makefiles should not be intentially horrible. Clean them up to the level that we teach in the training. Signed-off-by: John Ogness --- schulung_tools/linking/hello/func.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 schulung_tools/linking/hello/func.h (limited to 'schulung_tools/linking/hello/func.h') diff --git a/schulung_tools/linking/hello/func.h b/schulung_tools/linking/hello/func.h new file mode 100644 index 0000000..cefd769 --- /dev/null +++ b/schulung_tools/linking/hello/func.h @@ -0,0 +1,7 @@ +#ifndef FUNC_H +#define FUNC_H + +extern void func1(void); +extern void func2(void); + +#endif /* FUNC_H */ -- cgit v1.2.3