![]() |
libsigrok
0.3.0
sigrok hardware access and backend library
|
Error handling in libsigrok. More...
#include "libsigrok.h"
Include dependency graph for error.c:Go to the source code of this file.
Functions | |
| const char * | sr_strerror (int error_code) |
| Return a human-readable error string for the given libsigrok error code. | |
| const char * | sr_strerror_name (int error_code) |
| Return the "name" string of the given libsigrok error code. | |
Error handling in libsigrok.
Definition in file error.c.
1.7.6.1