# -*- mode: snippet -*-
# name: scanf
# key: scanf
# --
scanf("${1:format string}", ${2:&variable});
