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