summarylogtreecommitdiffstats
path: root/skeleton-h
diff options
context:
space:
mode:
authorChristian Hesse2015-06-30 10:32:38 +0200
committerChristian Hesse2015-06-30 10:32:38 +0200
commit1d61643ce23aa5c0d4789b994e04493c90fb2613 (patch)
treed2a43ba9bdc79aa8f27cc474a80f4e6085e24ee3 /skeleton-h
downloadaur-vim-skeleton.tar.gz
initial import of vim-skeleton 0.0.3.r0.g7309644-8
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: