// endian.h  Header file for endian routines
// P. Conrad, Fall 2005, CISC181 wavMaker projects


bool systemIsLittleEndian();

int convertToLittleEndian(int x);

signed short convertShortToLittleEndian(signed short x);

