1. errno.h 中包含 errno 这个错误保存值 string.h 包含 strerror() 函数 ,它的原型 是 char *strerror(int errnum); 输入值应该是errno,返回值是 errno 对应的 错误提示字符串 stdio.h 包含perror() 函数,它的 Read More
posted @ 2019-07-09 08:37 靖意风 Views(3294) Comments(0) Diggs(0)