elemental integer function size_of_rd (arg) real (kind_rd), intent(in) :: arg size_of_rd = c_sizeof(arg) end function size_of_rd