Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. SOME_TYPE* foo_function = &a_real_function;
  2.  
  3. (*foo_function)(param1, param2);
  4. // more code here
  5. (*foo_function)(another_param1, another_param2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement