mbstate_value_t
Opaque type for multi-byte character routines
Declaration
Source position: ptypes.inc line 223
Type
mbstate\_value\_t = record
case Byte of
0: (
\_\_wch : wint\_t;
);
1: (
\_\_wchb : Array[0..3] of Char;
);
end
Description
This type should never be used directly. It is part of the mbstate_t type.