RosettaCodeData/Task/Host-introspection/Babel/host-introspection.pb
2023-07-01 13:44:08 -04:00

3 lines
132 B
Text

main :
{ "Word size: " << msize 3 shl %d << " bits" cr <<
"Endianness: " << { endian } { "little" } { "big" } ifte cr << }