Skip to content

Instantly share code, notes, and snippets.

@Technicus
Last active August 29, 2015 13:56
Show Gist options
  • Save Technicus/9221415 to your computer and use it in GitHub Desktop.
Save Technicus/9221415 to your computer and use it in GitHub Desktop.
$ gcc simpleString.c -o simpleString
simpleString.c: In function ‘main’:
simpleString.c:7:3: warning: ‘gets’ is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations]
gets(theArray);
^
/tmp/ccqY3Yef.o: In function `main':
simpleString.c:(.text+0x1a): warning: the `gets' function is dangerous and should not be used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment