bai_jimmy

导航

2016年4月15日 #

zlog学习笔记(level_list)

摘要: level_list.h /** * */ #ifndef __zlog_level_list_h #define __zlog_level_list_h zc_arraylist_t *zlog_level_list_new(void); void zlog_level_list_del(zc_a 阅读全文

posted @ 2016-04-15 17:48 bai_jimmy 阅读(411) 评论(0) 推荐(0) 编辑

zlog学习笔记(level)

摘要: level.h /** * */ #ifndef __zlog_level_h #define __zlog_level_h #include "stdio.h" #include "zc_defs.h" typedef struct zlog_level_s { int int_level; ch 阅读全文

posted @ 2016-04-15 17:46 bai_jimmy 阅读(345) 评论(0) 推荐(0) 编辑