summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/c-mode/glib_print
blob: 23adaab6b57dd67cdeb7c3cd726f990090446ce5 (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# name: glib_print
# key: gp
# --
g_printf("$0");