summarylogtreecommitdiffstats
path: root/skeleton-h
diff options
context:
space:
mode:
Diffstat (limited to 'skeleton-h')
-rw-r--r--skeleton-h17
1 files changed, 17 insertions, 0 deletions
diff --git a/skeleton-h b/skeleton-h
new file mode 100644
index 000000000000..686701eea6ec
--- /dev/null
+++ b/skeleton-h
@@ -0,0 +1,17 @@
+/*
+ * (C) 2015 by Christian Hesse <mail@eworm.de>
+ *
+ * This software may be used and distributed according to the terms
+ * of the GNU General Public License, incorporated herein by reference.
+ *
+ * This is an example code skeleton provided by vim-skeleton.
+ */
+
+#ifndef _SKELETON_H
+#define _SKELETON_H
+
+/* your code goes here */
+
+#endif /* _SKELETON_H */
+
+// vim: set syntax=c: