Skip to content

Commit 75a70d3

Browse files
author
Kamil Tomicki
authored
Update scanf
1 parent 589188b commit 75a70d3

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:&a1,&a2});
5+
scanf("${1:format string}",${2:&variable});

0 commit comments

Comments
 (0)