Hello World 12345678910111213141516171819 #include <stdlib.h>static __attribute__((constructor)) void (){ printf("Hello");}static __attribute__((destructor)) void after(){ printf(" World!n");}int main(int args,char ** argv){ return 0;} __attribute__ https://gcc.gnu.org/onlinedocs/gcc-4.7.1/gcc/Function-Attributes.html 赞微海报分享
近期评论