__attribute__使用的一些总结__attribute__ format__attribute__ noreturn__attribute__ constPutting them togetherCompatibility with non-GNU compilers
以前用VC时没感觉VC有什么问题,现在终于用到了VC不支持的功能 :-)现在做个小小的总结更多见http://gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/Function-Attributes.html1.__attribute__ format 2.__attribute__ noreturn 3.__attribute__ const 4.__at