Skip to content

Commit eb49c89

Browse files
author
Kamil Tomicki
authored
Create fprintf
1 parent e1181ee commit eb49c89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

snippets/c-mode/fprintf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)