diff options
| author | Simeon Simeonov | 2017-02-28 09:37:43 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2017-02-28 09:37:43 +0100 |
| commit | 47da1e3e9ae19fac8b7fb8263372745bf3dfaf59 (patch) | |
| tree | 6ea67663b8f638ac3da2cd17418319f510456b41 /.emacs.d/snippets/c-mode/print | |
| parent | 76a5d73336f125de166c111b1d3e637d122d65ca (diff) | |
Add a few more snippets for c-mode (null, return), cleanup for print and printf
Diffstat (limited to '.emacs.d/snippets/c-mode/print')
| -rw-r--r-- | .emacs.d/snippets/c-mode/print | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/c-mode/print b/.emacs.d/snippets/c-mode/print index 4b56128..1ae9dcd 100644 --- a/.emacs.d/snippets/c-mode/print +++ b/.emacs.d/snippets/c-mode/print | |||
| @@ -2,4 +2,4 @@ | |||
| 2 | # name: print | 2 | # name: print |
| 3 | # key: p | 3 | # key: p |
| 4 | # -- | 4 | # -- |
| 5 | printf("${1}"); \ No newline at end of file | 5 | printf("$0"); \ No newline at end of file |
