blob: 305ab39d62d3bbdc6ff93c673b0685734344e1f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
*/
#define import_spp
#define import_libc
#define import_xnames
#include <iraf.h>
/* C_ERRCODE -- Get the error code of the most recent error.
*/
int
c_errcode ( void )
{
return (ERRCODE());
}
|