summaryrefslogtreecommitdiffstats
path: root/makefile-djb/clib.c
diff options
context:
space:
mode:
Diffstat (limited to 'makefile-djb/clib.c')
-rw-r--r--makefile-djb/clib.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/makefile-djb/clib.c b/makefile-djb/clib.c
new file mode 100644
index 0000000..73c1c03
--- /dev/null
+++ b/makefile-djb/clib.c
@@ -0,0 +1,8 @@
+
+#include "clib.h"
+
+void say_hello(FILE *stream)
+{
+ fprintf(stream,"hello world\n");
+}
+