summarylogtreecommitdiffstats
path: root/skeleton-h
blob: 686701eea6eca2228db4289ea9242dc1898cd36d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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: