Go to the documentation of this file.
212 #ifndef WCSLIB_WCSERR
213 #define WCSLIB_WCSERR
219 #define WCSERR_MSG_LENGTH 160
224 const char *
function;
230 #define ERRLEN (sizeof(struct wcserr)/sizeof(int))
242 const char *file,
int line_no,
const char *format, ...);
247 #define WCSERR_SET(status) err, status, function, __FILE__, __LINE__