6#ifndef MCP2221_ERRORS_H
7#define MCP2221_ERRORS_H
Error codes returned by the libeasymcp2221 v2 API.
mcp2221_error_code_t
Error codes used by libeasymcp2221.
const char * mcp2221_error_code_to_string(mcp2221_error_code_t code)
Convert an error code to its stable symbolic name.
Public symbol-visibility and C/C++ linkage helpers.
#define MCP2221_API
Export or import a public libeasymcp2221 API symbol.
#define MCP2221_END_DECLS
End a block started by MCP2221_BEGIN_DECLS.
#define MCP2221_BEGIN_DECLS
Begin a block of declarations using C linkage.