void die(const char *msg)

void die(const char *msg)
{
	perror(msg);
	exit(errno);
}

 

posted @ 2016-09-27 19:06  jeremyatchina  阅读(357)  评论(0)    收藏  举报