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