#ifndef _Logiscope_CISO90_errno_h #define _Logiscope_CISO90_errno_h /* $Id: errno.h,v 1.2 2007/03/07 19:08:18 frmath Exp $ */ #define EDOM (1) #define ERANGE (2) extern int errno; #endif /* _Logiscope_CISO90_errno_h */