摘要: #if LINUX_SYSTEM int chVsprintf(LPSTR buffer, int nCount, LPCSTR format, va_list argptr) { return vsnprintf(buffer, nCount, format, argptr); } int chV 阅读全文
posted @ 2016-10-18 19:39 叶城宇 阅读(215) 评论(0) 推荐(0) 编辑