gcc attribute转贴__attribute__ format__attribute__ noreturn__attribute__ constPutting them togetherCompatibility with non-GNU compilersOther References
<br /><br /><br />One of the best (but little known) features of GNU C is the __attribute__ mechanism, which allows a developer to attach characteristics to function declarations to allow the compiler to perform more error checking.