dotfiles/vim/skeletons/skel.h
Frank Villaro-Dixon ac141dd8be random shit
2015-11-11 15:27:47 +01:00

12 lines
189 B
C

/**
* <+FILENAME+>
* @brief <+DESC+>
* 2015 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
*/
#ifndef <+HEADERNAME+>
#define <+HEADERNAME+>
<+CODE+>
#endif /* ndef <+HEADERNAME+> */