Update scanf

This commit is contained in:
Kamil Tomicki 2018-10-07 11:18:40 +02:00 committed by GitHub
parent 589188bdcb
commit 75a70d3e0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# name: scanf
# key: scanf
# --
scanf("${1:format string}",${2:&a1,&a2});
scanf("${1:format string}",${2:&variable});