Update fgets

This commit is contained in:
Kamil Tomicki 2018-10-09 22:10:02 +02:00 committed by GitHub
parent eb49c89861
commit e03844fcca
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: fgets
# key: fgets
# --
fgets(${1:string}, ${2:size}, ${3:stdin});
fgets(${1:variable}, ${2:size}, ${3:stdin});