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-orig.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 library/hello-orig.c (limited to 'library/hello-orig.c') diff --git a/library/hello-orig.c b/library/hello-orig.c new file mode 100644 index 0000000..fdb81b3 --- /dev/null +++ b/library/hello-orig.c @@ -0,0 +1,6 @@ +#include + +int print_hello (char *name) +{ + return printf ("Hello %s!\n", (name) ? name : "world"); +} -- cgit v1.2.3