Last active
April 4, 2016 10:34
-
-
Save JIghtuse/aaa4bf9be99026da7be355e130cf3bba 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
| #include <stdio.h> | |
| void f() | |
| { | |
| char s[8] = ""; | |
| snprintf(s, sizeof(s), "ip"); | |
| } |
Author
JIghtuse
commented
Apr 4, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment