bigend - tpcclib 0.8.0 © 2023 by Turku PET Centre

Reports the byte order of the current platform.
Big endian computers include Sun Sparc, Motorola, and PowerPC,
while PC/Intel computers are little endian.
Programs return code is either 1 (big endian) or 0 (little endian),
and, by default, either one of the following is printed on screen:
  byte_order := big
  byte_order := little
 
Usage: bigend [Options]
 
Options:
 -h, --help
     Display usage information on standard output and exit.
 -v, --version
     Display version and compile information on standard output and exit.
 -d[n], --debug[=n], --verbose[=n]
     Set the level (n) of debugging messages and listings.
 -q, --quiet
     Suppress displaying normal results on standard output.
 -s, --silent
     Suppress displaying anything except errors.
 
See also: convend, img2flat, flat2img, anabyteo
 
Keywords: image, byte order, big endian, little endian