atexit
摘要:
#include #include void bye() { printf("byte\n"); } void goodbyte() { printf("good byte\n"); } int main(int argc, char *argv[]) { atexit(bye); //bye will be called after exit atex... 阅读全文
posted @ 2011-02-11 21:51 宁静的水泡 阅读(149) 评论(0) 推荐(0)
浙公网安备 33010602011771号