mbstate_t
Opaque type for multi-byte character routines
Declaration
Source position: ptypes.inc line 229
Type
mbstate\_t = record
  \_\_count : cint;
  \_\_value : mbstate\_value\_t;
end
Description
This type should never be used directly.
Opaque type for multi-byte character routines
Source position: ptypes.inc line 229
Type
mbstate\_t = record
  \_\_count : cint;
  \_\_value : mbstate\_value\_t;
end
This type should never be used directly.