From 2269acccfb754c9c326c45b15aeabdecbca7b775 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Wed, 18 May 2016 15:48:35 +0200 Subject: add autotools stuff from bene Signed-off-by: Manuel Traut --- library/hello.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 library/hello.h (limited to 'library/hello.h') diff --git a/library/hello.h b/library/hello.h new file mode 100644 index 0000000..3f48750 --- /dev/null +++ b/library/hello.h @@ -0,0 +1,6 @@ +#ifndef HELLO_H +#define HELLO_H + +int print_hello (char *name); + +#endif /* HELLO_H */ -- cgit v1.2.3