Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. void Test_Function (void (*callback)(void)){
  2.  
  3. }
  4.  
  5. void Class:Callback (void){
  6.  
  7. }
  8.  
  9. void Class:Function (void){
  10.  
  11. Test_Function(Callback)
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement