We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ceb19b commit 4adf487Copy full SHA for 4adf487
compiler-warning.c
@@ -0,0 +1,10 @@
1
+#include <stdio.h>
2
+#include <stdlib.h>
3
+
4
+int main() {
5
+ char buf[20];
6
+ gets(buf);
7
+ puts(buf);
8
+ return 0;
9
+}
10
0 commit comments