Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print get_mpfr_mul_func_ptr(),  "\n";
    print get_mpfr_add_func_ptr(),  "\n";
    
  2. or download this
    SV * get_func_ptr(char * func_name) {
       /* code that returns the pointer
        value for the requested function */
    }