]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/lowtest.cxx
Tidy up the autoconf/automake configuration a bit.
[simgear.git] / simgear / io / lowtest.cxx
index 843c13f9756d9d40a513dcd40176a58c8c29fa34..8562035734f88ce586d7c23200ad89ef13a49a65 100644 (file)
@@ -23,6 +23,8 @@ int main() {
     }
     cout << "endian" << endl;
 
+    cout << "sizeof(short) = " << sizeof(short) << endl;
+
     short s = 1111;
     cout << "short s = " << s << endl;
     sgEndianSwap((unsigned short *)&s);