vsnwprnt.c

来自「C标准库源代码」· C语言 代码 · 共 17 行

C
17
字号
/***
*vsnwprnt.c - "Count" version of vswprintf
*
*       Copyright (c) 1991-1997, Microsoft Corporation.  All rights reserved.
*
*Purpose:
*       The _vsnwprintf() flavor takes a count argument that is
*       the max number of wide characters that should be written to the
*       user's buffer.
*
*******************************************************************************/


#define _COUNT_ 1
#include "vswprint.c"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?