Skip to content

Commit 0180880

Browse files
author
Kamil Tomicki
authored
Update scanf
1 parent e03844f commit 0180880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/c-mode/scanf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# name: scanf
33
# key: scanf
44
# --
5-
scanf("${1:format string}",${2:&variable});
5+
scanf("${1:format string}", ${2:&variable});

0 commit comments

Comments
 (0)