diff options
Diffstat (limited to '.emacs.d/snippets/c-mode/assert')
| -rw-r--r-- | .emacs.d/snippets/c-mode/assert | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/snippets/c-mode/assert b/.emacs.d/snippets/c-mode/assert new file mode 100644 index 0000000..964205e --- /dev/null +++ b/.emacs.d/snippets/c-mode/assert | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: assert | ||
| 3 | # key: ass | ||
| 4 | # -- | ||
| 5 | #include <assert.h> | ||
| 6 | $0 \ No newline at end of file | ||
