How to tell endianness from this output?
- by Nick Rosencrantz
I'm running this example program and I'm suppossed to be able to tell from the output what machine type it is. I'm certain it's from inspecting one or two values but how should I perform this inspection?
/* pointers.c - Test pointers
* Written 2012 by F Lundevall
* Copyright abandoned. This file is in the public domain.
*
* To make this…