_set_errno
Visual Studio 2010
Set the value of the errno global variable.
errno_t _set_errno( int value );
Possible values are defined in Errno.h. Also, see errno Constants.
Routine | Required header | Optional header |
|---|---|---|
_set_errno | <stdlib.h> | <errno.h> |
For more compatibility information, see Compatibility in the Introduction.