Last active
August 29, 2015 13:56
-
-
Save Technicus/9221415 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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