Quisqueite

stack_6

Feb 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. #include <stdlib.h>
  2. #include <unistd.h>
  3. #include <stdio.h>
  4. #include <string.h>
  5.  
  6. int main(int argc, char **argv)
  7. {
  8.   char buffer[64];
  9.  
  10.   gets(buffer);
  11. }
Add Comment
Please, Sign In to add comment