summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/c-mode/glib_printf
blob: 06107db1b8fd0b2bb9348bc2b16478d86906a62c (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# name: glib_printf
# key: gpf
# --
g_printf("${1:format string}"$2);