elemental integer function size_of_rq (arg) real (kind_rq), intent(in) :: arg size_of_rq = c_sizeof(arg) end function size_of_rq