libsigrok  unreleased development snapshot
sigrok hardware access and backend library
Functions
error.c File Reference

Error handling in libsigrok. More...

#include <config.h>
#include <libsigrok/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. More...
 
const char * sr_strerror_name (int error_code)
 Return the "name" string of the given libsigrok error code. More...
 

Detailed Description

Error handling in libsigrok.

Definition in file error.c.