[Overview][Constants][Types][Procedures and functions][Variables][Index] |
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; |