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

_IO_codecvt

Declaration

Source position: libioh.inc line 115

type _IO_codecvt = record

  __codecvt_destr: TCodeCvtDestrProc;

  __codecvt_do_out: TCodeCvtDoOutFunc;

  __codecvt_do_unshift: TCodeCvtDoUnshiftFunc;

  __codecvt_do_in: TCodeCvtDoInFunc;

  __codecvt_do_encoding: TCodeCvtDoEncodingFunc;

  __codecvt_do_always_noconv: TCodeCvtDoAlwaysNoConvFunc;

  __codecvt_do_length: TCodeCvtDoLengthFunc;

  __codecvt_do_max_length: TCodeCvtDoMaxLengthFunc;

  __cd_in: _IO_iconv_t;

  __cd_out: _IO_iconv_t;

end;


Documentation generated on: 2023-03-18