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