2014年10月14日
摘要: 1. exit handler. atexit(void (*func)(void)); #automatically called by exit() exit() calls these functions in reverse order of their registeration.... 阅读全文
posted @ 2014-10-14 15:56 zReachzer 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 一. function1. 作为表达式或参数时,只有调用是最后一个表达式或参数时才会获得所有结果,其余的只能获得第一个结果(函数没返回值时,第一个结果是nil) 1) 表达式: .. = f1(), f2(), f3() 2) 参数: F(f1(), f2(), f3()) ... 阅读全文
posted @ 2014-10-14 10:25 zReachzer 阅读(161) 评论(0) 推荐(0) 编辑