|
XWOS API
4.0
XWOS C/C++ API参考手册
|
XWOS通用库:格式化字符串 更多...
#include <xwos/standard.h>
函数 | |
| int | xwvsnpf (char *buf, xwsz_t size, const char *fmt, va_list args) |
| 格式化字符串(同vsnprintf) | |
| int | xwsnpf (char *buf, xwsz_t size, const char *fmt,...) |
| 格式化字符串(同snprintf) | |
| int | xwvspf (char *buf, const char *fmt, va_list args) |
| 格式化字符串(同vsprintf) | |
| int | xwspf (char *buf, const char *fmt,...) |
| 格式化字符串(同sprintf) | |
XWOS通用库:格式化字符串
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
在文件 xwspf.h 中定义.