summaryrefslogtreecommitdiff
path: root/examples/hello_libdeps/libs/libfooqux/fooqux.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_libdeps/libs/libfooqux/fooqux.c')
-rw-r--r--examples/hello_libdeps/libs/libfooqux/fooqux.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/hello_libdeps/libs/libfooqux/fooqux.c b/examples/hello_libdeps/libs/libfooqux/fooqux.c
new file mode 100644
index 0000000..27d5225
--- /dev/null
+++ b/examples/hello_libdeps/libs/libfooqux/fooqux.c
@@ -0,0 +1,9 @@
+#include "fooqux.h"
+
+#include <stdio.h>
+
+void fooqux (void)
+{
+ foo ();
+ puts (" and qux");
+}