bai_jimmy

导航

2016年4月19日 #

zlog学习笔记(mdc)

摘要: mdc.h #ifndef __zlog_mdc_h #define __zlog_mdc_h #include "zc_defs.h" typedef struct zlog_mdc_s zlog_mdc_t; struct zlog_mdc_s{ zc_hashtable_t *tab; }; 阅读全文

posted @ 2016-04-19 20:56 bai_jimmy 阅读(305) 评论(0) 推荐(0) 编辑

c语言:printf系列的函数

摘要: /** * stdio.h * int printf(const char *format, ...) * int fprintf(FILE *stream, const char *format, ...) * int sprintf(char *str, const char *format, 阅读全文

posted @ 2016-04-19 15:07 bai_jimmy 阅读(271) 评论(0) 推荐(0) 编辑