返回首页 我的新博客

随笔分类 -  C

C语言
摘要:函数名: assert 功 能: 测试一个条件并可能使程序终止 用 法: void assert(int test); 程序例: #include #include #include struct ITEM { int key; int value; }; /* add item to list, make sure list is not null */ void additem(st... 阅读全文
posted @ 2008-08-25 22:16 buffer的blogs 阅读(826) 评论(0) 推荐(0)