Errno handling. More...
#include <errno.h>#include "sofia-sip/su_config.h"
Go to the source code of this file.
Defines | |
| #define | SU_ERRNO_H |
| Defined when <sofia-sip/su_errno.h> has been included. | |
| #define | su_errno(void) |
| The latest su error. | |
Functions | |
| char const * | su_strerror (int e) |
| Return string describing su error code. | |
| int | su_seterrno (int) |
| Set the su error. | |
Errno handling.
Source-code compatibility with Windows (having separate errno for socket library and C libraries).
| int su_errno | ( | void | ) |
The latest su error.
| #define SU_ERRNO_H |
Defined when <sofia-sip/su_errno.h> has been included.
| int su_seterrno | ( | int | ) |
Set the su error.
| char const* su_strerror | ( | int | e | ) |
Return string describing su error code.