elemental integer function size_of_cq (arg) complex (kind_rq), intent(in) :: arg size_of_cq = c_sizeof(arg) end function size_of_cq