subroutine mycalcf(a,b,c)CDEC$ attributes alias:'mycalcf_' :: mycalcf real*8 a,b,c dll_export mycalcf c=a+b*b end