6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: scanf
|
|
# key: scanf
|
|
# --
|
|
scanf("${1:format string}", ${2:&variable});
|