thorpedosg

1Pz8UX3h

Aug 6th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include
  2. static int function() {
  3. int z;
  4. #ifdef SYS_some_system_call
  5. do_this(some_newer_syscall);
  6. z=1;
  7. #else
  8. do_that(older_syscall);
  9. z=0;
  10. #endif
  11. }
Add Comment
Please, Sign In to add comment