c strerror

来源:互联网 发布:主题模型 知乎 编辑:程序博客网 时间:2024/06/06 08:59

string.h

char *strerror (int __errnum);

打印错误码的字符描述


0 0