Skip to content

Commit e03844f

Browse files
author
Kamil Tomicki
authored
Update fgets
1 parent eb49c89 commit e03844f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/c-mode/fgets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# name: fgets
33
# key: fgets
44
# --
5-
fgets(${1:string}, ${2:size}, ${3:stdin});
5+
fgets(${1:variable}, ${2:size}, ${3:stdin});

0 commit comments

Comments
 (0)