refs #167 Improved C snip; fopen should pair fclose.
This commit is contained in:
parent
a7c23ac09e
commit
466124f4b2
@ -146,7 +146,9 @@ snippet helloworld
|
||||
# fopen
|
||||
snippet fopen
|
||||
abbr fopen("...", "...");
|
||||
fopen("${0:TARGET}", "${1:MODE}");
|
||||
fopen("${1:PATH}", "${2:MODE}");
|
||||
${0:TARGET}
|
||||
fclose(${3:FD});
|
||||
|
||||
# fgets
|
||||
snippet fgets
|
||||
|
Loading…
Reference in New Issue
Block a user