文件名称:错误处理函数cspp.h
文件大小:6KB
文件格式:H
更新时间:2018-08-08 15:51:39
错误处理函数
深入理解计算机系统附录错误处理函数cspp.h 函数有: void unix_error(char *msg); void posix_error(int code, char *msg); void dns_error(char *msg); void gai_error(int code, char *msg); void app_error(char *msg); 等