Kategori arşivi: errno.h

errno

2.3.3 errno Declaration: int errno; The errno variable has a value of zero at the beginning of the program. If an error occurs, then this variable is given the value of the error number.

errno.h, Kütüphane kategorisine gönderildi | , , , , , , , , , , , , , , , , , , ile etiketlendi | Yorum bırakın

ERANGE

2.3.2 ERANGE Declaration: #define ERANGE some_value ERANGE is an identifier macro declared with #define. Its value represents a range error which is returned by some math functions when a range error occurs.

errno.h, Kütüphane kategorisine gönderildi | , , , , , , , , , , , , , , , , , , ile etiketlendi | Yorum bırakın

EDOM

2.3.1 EDOM Declaration: #define EDOM some_value EDOM is an identifier macro declared with #define. Its value represents a domain error which is returned by some math functions when a domain error occurs.

errno.h, Kütüphane kategorisine gönderildi | , , , , , , , , , , , , , , , , , , , ile etiketlendi | Yorum bırakın