dotfiles/vim/.vim/skeletons/skel.c

19 lines
223 B
C
Raw Normal View History

2015-11-11 14:27:47 +00:00
/**
* @file <+FILENAME+>
* @brief <+DESC+>
*
2016-09-15 20:15:55 +00:00
* <+YEAR+> - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
2015-11-11 14:27:47 +00:00
*/
2013-06-02 19:31:03 +00:00
#include <stdio.h>
#include <stdlib.h>
int
main(int argc, char *argv[])
{
<+CODE+>
return EXIT_SUCCESS;
}