Functions | |
| const char * | snd_strerror (int errnum) |
| Returns the message for an error code. | |
| int | snd_lib_error_set_handler (snd_lib_error_handler_t handler) |
| Sets the error handler. | |
Variables | |
| snd_lib_error_handler_t | snd_lib_error = snd_lib_error_default |
|
|
Sets the error handler.
handler is NULL) the default one which prints the error messages to stderr. |
|
|
Returns the message for an error code.
|
|
|
Pointer to the error handler function. For internal use only. |
1.2.18