c++ Programming Glossary: my_poly
pass fortran 77 function to C/C++ http://stackoverflow.com/questions/2902186/pass-fortran-77-function-to-c-c test_func_pointer passes a pointer to the Fortran function my_poly to the C routine C_Func_using_Func_ptr and receives the result.. end interface C_func_interface contains function my_poly x bind C name my_poly real c_float my_poly real c_float VALUE.. C_func_interface contains function my_poly x bind C name my_poly real c_float my_poly real c_float VALUE intent in x my_poly..
|