Update fprintf

This commit is contained in:
Kamil Tomicki 2018-10-09 22:14:35 +02:00 committed by GitHub
parent 0180880605
commit e8e0fbc3bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# name: fprintf
# key: fprintf
# --
fprintf(${1:stdout},"${2:format string}",${3:variable});
fprintf(${1:stdout}, "${2:format string}", ${3:variable});