elemental integer function size_of_cs (arg) complex (kind_rs), intent(in) :: arg size_of_cs = c_sizeof(arg) end function size_of_cs