Advertisement
tm512

Untitled

Aug 10th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. typedef void (*objf) (...);
  2.  
  3. struct obj
  4. {
  5. objf func;
  6. /* other stuff */
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement