Subversion Repositories tendra.SVN

Rev

Rev 72 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
71 7u83 1
#ifndef __TENDRA_ERRNO_H
2
#define __TENDRA_ERRNO_H
3
 
4
extern int errno;
5
#define	EDOM		33		/* Numerical argument out of domain */
6
#define	ERANGE		34		/* Result too large */
7
 
8
 
9
#endif
10