Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. void my_func(void) {
  2.  
  3. }
  4.  
  5. void test(void (*function)(void)) {
  6. *(void*)0xD176D1 = function;
  7. return 0;
  8. }
  9.  
  10. void main(void) {
  11. test(&my_func);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement