[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'mselibc' (#msegui)

__mbstate_t

Declaration

Source position: mselibc.pas line 2393

type __mbstate_t = record

  count: Integer;

  case Integer of

    0: (

        __wch: wint_t;

      );

    1: (

        __wchb: array [0..4-1] of Char;

      );

end;


Documentation generated on: 2021-05-13