📄 snwprint.c
字号:
/***
*snwprintf.c - "Count" version of swprintf
*
* Copyright (c) 1991-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* The _snwprintf() 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 "swprintf.c"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -