elemental integer function size_of_rs (arg) real (kind_rs), intent(in) :: arg size_of_rs = c_sizeof(arg) end function size_of_rs