__attribute__((noreturn))的用法
外文地址:http://www.unixwiz.net/techtips/gnu-c-attributes.html__attribute__ noreturn 表示没有返回值This attribute tells the compiler that the function won't ever return, and this can be used to ...