dotfiles/vim/skeletons/skel.c

18 lines
208 B
C
Raw Normal View History

2013-06-02 19:31:03 +00:00
/**
2013-06-04 16:14:19 +00:00
** <+FILENAME+> - <+DESC+>
**
** (C) 2013 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
*/
2013-06-02 19:31:03 +00:00
#include <stdio.h>
#include <stdlib.h>
int
main(int argc, char *argv[])
{
<+CODE+>
return EXIT_SUCCESS;
}