2016-01-08 11:16:38 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<platform>
|
|
|
|
<char_bit>8</char_bit>
|
2016-01-09 10:23:23 +01:00
|
|
|
<default-sign>unsigned</default-sign>
|
2016-01-08 11:16:38 +01:00
|
|
|
<sizeof>
|
|
|
|
<short>2</short>
|
|
|
|
<int>4</int>
|
|
|
|
<long>4</long>
|
|
|
|
<long-long>8</long-long>
|
|
|
|
<float>4</float>
|
|
|
|
<double>8</double>
|
|
|
|
<long-double>12</long-double>
|
|
|
|
<pointer>4</pointer>
|
|
|
|
<size_t>4</size_t>
|
|
|
|
<wchar_t>2</wchar_t>
|
|
|
|
</sizeof>
|
|
|
|
</platform>
|