2018-03-21 12:48:02 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<platform>
|
|
|
|
<char_bit>8</char_bit>
|
|
|
|
<default-sign>unsigned</default-sign>
|
|
|
|
<sizeof>
|
2023-01-27 08:34:12 +01:00
|
|
|
<bool>1</bool>
|
2018-03-21 12:48:02 +01:00
|
|
|
<short>2</short>
|
|
|
|
<int>4</int>
|
|
|
|
<long>4</long>
|
|
|
|
<long-long>8</long-long>
|
|
|
|
<float>4</float>
|
|
|
|
<double>8</double>
|
|
|
|
<long-double>8</long-double>
|
|
|
|
<pointer>4</pointer>
|
|
|
|
<size_t>4</size_t>
|
|
|
|
<wchar_t>2</wchar_t>
|
|
|
|
</sizeof>
|
|
|
|
</platform>
|