Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

__mbstate_t

Declaration

Source position: glue.inc line 32

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: 2023-03-18