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