]> code.delx.au - dotfiles/blobdiff - .vim/abbrs/cmain.c
emacs: switch from vim, simplify vim config a little
[dotfiles] / .vim / abbrs / cmain.c
diff --git a/.vim/abbrs/cmain.c b/.vim/abbrs/cmain.c
deleted file mode 100644 (file)
index 5a317f5..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <math.h>
-#include <inttypes.h>
-#include <stdbool.h>
-
-
-int
-main(void)
-{
-    ___
-    return 0;
-}
-