Guest User

Untitled

a guest
May 25th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.09 KB | None | 0 0
  1. #include <string.h>
  2.  
  3. int main ()
  4. {
  5.    char* s;
  6.    strcpy (s, "buh");
  7.    free(s);
  8. }
Add Comment
Please, Sign In to add comment