void die(const char *msg) { perror(msg); exit(errno); } 相关文章: 2021-12-22 2021-08-13 2021-07-25 2021-12-22 2022-12-23 2021-09-10