summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/c-mode/stdlib
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/c-mode/stdlib')
-rw-r--r--.emacs.d/snippets/c-mode/stdlib5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/c-mode/stdlib b/.emacs.d/snippets/c-mode/stdlib
new file mode 100644
index 0000000..a7d117b
--- /dev/null
+++ b/.emacs.d/snippets/c-mode/stdlib
@@ -0,0 +1,5 @@
1# -*- mode: snippet -*-
2# name: stdlib
3# key: std
4# --
5#include <stdlib.h>