Advertisement
Quisqueite

stack_5

Feb 18th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.23 KB | None | 0 0
  1. #include <stdlib.h>
  2. #include <unistd.h>
  3. #include <stdio.h>
  4. #include <string.h>
  5.  
  6. void happy()
  7. {
  8.   printf("Happy! Code flow successfully changed.\n");
  9. }
  10.  
  11. int main(int argc, char **argv)
  12. {
  13.   char buffer[64];
  14.  
  15.   gets(buffer);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement