Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #include <stdint.h>
  2.  
  3. static int32_t(*_pfCallback) (int32_t *);
  4.  
  5. void assingCallback(int32_t(*pfParam) (int32_t *))
  6. {
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement