Guest User

Untitled

a guest
Jul 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. syn(~) % ./a.out "hello"
  2. Keyseq: hello
  3. saveptr %p: 0x0
  4. saveptr %s: (null)
  5.  
  6. syn(~) % ./a.out "hello world"
  7. Keyseq: hello
  8. saveptr %p: 0x800a04046
  9. saveptr %s: world
Add Comment
Please, Sign In to add comment