summaryrefslogtreecommitdiffstats
path: root/makefile-so/clib.h
diff options
context:
space:
mode:
Diffstat (limited to 'makefile-so/clib.h')
-rw-r--r--makefile-so/clib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/makefile-so/clib.h b/makefile-so/clib.h
new file mode 100644
index 0000000..290c27a
--- /dev/null
+++ b/makefile-so/clib.h
@@ -0,0 +1,9 @@
+
+#ifndef __C_LIB_H__
+#define __C_LIB_H__
+
+#include <stdio.h>
+
+void say_hello(FILE *stream);
+
+#endif /* __C_LIB_H__ */