errno

suggest change

When a standard library function fails, it often sets errno to the appropriate error code. The C standard requires at least 3 values for errno be set:

Value | Meaning | —— | —— | EDOM | Domain error | ERANGE | Range error | EILSEQ | Illegal multi-byte character sequence |

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents