swprnc.c
来自「C语言库函数的原型,有用的拿去」· C语言 代码 · 共 20 行
C
20 行
/***
*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 + =
减小字号Ctrl + -
显示快捷键?