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 e1181ee commit eb49c89Copy full SHA for eb49c89
snippets/c-mode/fprintf
@@ -0,0 +1,5 @@
1
+# -*- mode: snippet -*-
2
+# name: fprintf
3
+# key: fprintf
4
+# --
5
+fprintf(${1:stdout},"${2:format string}",${3:variable});
0 commit comments