📄 swprnc.c
字号:
/***
*swprnc.c - Non standard version of swprintf
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* The _swprintf_c() flavor does take a count argument & also
* returns the correct error value, in case there is no space
* available for the null terminator
*
*******************************************************************************/
#define _COUNT_ 1
#define _SWPRINTFS_ERROR_RETURN_FIX 1
#include <wchar.h>
#include "swprintf.c"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -