We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb70e3 commit 89bc13fCopy full SHA for 89bc13f
buffer.c
@@ -93,8 +93,6 @@ void buf_gets(k, s)
93
int k;
94
char *s;
95
{
96
- char *strcpy();
97
-
98
reference(k);
99
strcpy(s, ref_line->b_text);
100
}
0 commit comments