Go to the documentation of this file.
315 #ifndef WCSLIB_WCSUTIL
316 #define WCSLIB_WCSUTIL
325 int wcsutil_allEq (
int nvec,
int nelem,
const double *first);
326 int wcsutil_Eq(
int nelem,
const double *arr1,
const double *arr2);
327 int wcsutil_intEq(
int nelem,
const int *arr1,
const int *arr2);
328 int wcsutil_strEq(
int nelem,
char (*arr1)[72],
char (*arr2)[72]);
331 void wcsutil_setBit(
int nelem,
const int *sel,
int bits,
int *array);