MCPcopy Create free account
hub / github.com/capstone-engine/capstone / cs_errno

Function cs_errno

cs.c:415–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413
414CAPSTONE_EXPORT
415cs_err CAPSTONE_API cs_errno(csh handle)
416{
417 struct cs_struct *ud;
418 if (!handle)
419 return CS_ERR_CSH;
420
421 ud = (struct cs_struct *)(uintptr_t)handle;
422
423 return ud->errnum;
424}
425
426CAPSTONE_EXPORT
427const char * CAPSTONE_API cs_strerror(cs_err code)

Callers 1

bs_errnoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…