Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. void hook(function f, ...){
  2. //some statistics here
  3. f(...);
  4. }
  5. int main(){
  6. foo(1, 2);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement