/* Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. */ #define import_libc #define import_xnames #include /* C_XONERR -- Call any error handler procedures posted with ONERROR. */ void c_xonerr ( int errcode ) { XINT x_errcode = errcode; XONERR (&x_errcode); }