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