chiark / gitweb /
Transpose directories
[subdirmk.git] / example / lib / toylib.c
diff --git a/example/lib/toylib.c b/example/lib/toylib.c
new file mode 100644 (file)
index 0000000..6e73f76
--- /dev/null
@@ -0,0 +1,10 @@
+/*
+ * subdirmk - example code
+ *  Copyright 2019 Mark Wooding
+ * SPDX-License-Identifier: LGPL-2.0-or-later
+ */
+
+#include "toylib.h"
+
+const char *greeting(void)
+  { return "Hello, world!\n"; }