summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/c-mode/print
blob: 1ae9dcdf6232819377702f62b0737fbf5618b629 (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# name: print
# key: p
# --
printf("$0");