Rev 72 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#ifndef __TENDRA_ERRNO_H
#define __TENDRA_ERRNO_H
extern int errno;
#define EDOM 33 /* Numerical argument out of domain */
#define ERANGE 34 /* Result too large */
#endif