summaryrefslogtreecommitdiffstats
path: root/cmake-e/lib/ecmake.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmake-e/lib/ecmake.h')
-rw-r--r--cmake-e/lib/ecmake.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmake-e/lib/ecmake.h b/cmake-e/lib/ecmake.h
new file mode 100644
index 0000000..f7f456f
--- /dev/null
+++ b/cmake-e/lib/ecmake.h
@@ -0,0 +1,7 @@
+#ifndef ECMAKE_H
+#define ECMAKE_H
+
+int
+hello_world();
+
+#endif