about summary refs log tree commit diff
path: root/users/wpcarro/emacs/.emacs.d/snippets/c-mode/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/emacs/.emacs.d/snippets/c-mode/stdlib')
-rw-r--r--users/wpcarro/emacs/.emacs.d/snippets/c-mode/stdlib5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/snippets/c-mode/stdlib b/users/wpcarro/emacs/.emacs.d/snippets/c-mode/stdlib
new file mode 100644
index 0000000000..5d44e8ed79
--- /dev/null
+++ b/users/wpcarro/emacs/.emacs.d/snippets/c-mode/stdlib
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: <stdlib.h>
+# key: slb
+# --
+#include <stdlib.h>
\ No newline at end of file