// Copyright status: this file is in the public domain. #include "lx.h" #include "internal.h" LX_IMAGE_BYTE_ORDER lx_image_byte_order(LX_CONN *xc) { if (xc->flags & XCF_FAIL) return(LX_IBO_Error); return(xc->ibo); }