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

Method strerror

bindings/java/capstone/Capstone.java:546–548  ·  view source on GitHub ↗
(int code)

Source from the content-addressed store, hash-verified

544 }
545
546 public String strerror(int code) {
547 return cs.cs_strerror(code);
548 }
549}

Callers

nothing calls this directly

Calls 1

cs_strerrorMethod · 0.80

Tested by

no test coverage detected