2016-02-18 14:53:30 +01:00

5 lines
95 B
Plaintext

# -*- mode: snippet -*-
# name: printf
# key: pr
# --
printf("${1:format string}"${2: ,a0,a1});