dotfiles/vim/.vim/skeletons/skel.h
Frank Villaro-Dixon 0928a2c51c vim
2016-06-13 12:31:35 +02: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+> */