摘要: #define FREE_SAFELY(X) { free(X); X=NULL; } 阅读全文
posted @ 2010-05-27 13:51 woody.su 阅读(127) 评论(0) 推荐(0) 编辑