is there a Error look up function FOR MBEDTLS?

时间:2019-04-08 13:04:58

标签: c mbedtls

I am currently using mbedtls for a project. I want to know if there is a error look up function at all that will take a error code and give me back a error message of some kind?

1 个答案:

答案 0 :(得分:0)

是的,您可以查看参考应用程序: strerror来查看您需要调用什么API才能以字符串形式读取错误。