Help for this page

Select Code to Download


  1. or download this
      printf(":: x%" UVxf " to ...", SvUV($input), $1);
    
  2. or download this
    %typemap(in) void (* cb)(void *) , void *data , void (cb)(void *){
      //if SvGETMAGIC($input) {}; 
    ...
      $1 =  DPTR2FPTR($1_ltype, SvUV($input));
      printf("::DPTR2FPTR x%lx to x%lx\n", SvIV($input), $1);
    }
    
  3. or download this
    bot::add_idle_callback x7fc3ff9bc040 , x0  
    :: x7fc3ff9bc040 to x7fc3ff9bc040
    ...
    :: to x0
    ::DPTR2FPTR x0 to x0
    ::in c  add_idle_callback xff9bc040 , x0