We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1ea6f commit 589188bCopy full SHA for 589188b
snippets/c-mode/scanf
@@ -0,0 +1,5 @@
1
+# -*- mode: snippet -*-
2
+# name: scanf
3
+# key: scanf
4
+# --
5
+scanf("${1:format string}",${2:&a1,&a2});
0 commit comments