init
This commit is contained in:
5
snippets/c-mode/fprintf
Normal file
5
snippets/c-mode/fprintf
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: fprintf
|
||||
# key: fprintf
|
||||
# --
|
||||
fprintf(${1:stdout}, "${2:format string}", ${3:variable});
|
||||
Reference in New Issue
Block a user