welibc
A clear, secure, and well documented standard C library
Macros | Variables
errno.h File Reference

Defines macros relating to error reporting conditions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EDOM   (1)
 
#define ERANGE   (2)
 

Variables

int errno
 

Detailed Description

Defines macros relating to error reporting conditions.

Definition in file errno.h.

Macro Definition Documentation

◆ EDOM

#define EDOM   (1)

Definition at line 43 of file errno.h.

◆ ERANGE

#define ERANGE   (2)

Definition at line 49 of file errno.h.

Variable Documentation

◆ errno

int errno

Definition at line 38 of file errno.c.