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
猜你喜欢
  • 2022-02-10
  • 2021-12-20
  • 2021-10-15
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案