vp

来自「Algorithms for Image Processing and Comp」· 代码 · 共 22 行

TXT
22
字号
@c ----------------------------------------------------------------------
@node vprintf, stdio
@heading @code{vprintf}
@subheading Syntax

@example
#include <stdio.h>
#include <stdarg.h>

int vprintf(const char *format, va_list arguments);
@end example

@subheading Description

Sends formatted output from the @var{arguments} to @code{stdout}. 
@xref{printf}

@subheading Return Value

The number of characters written.

⌨️ 快捷键说明

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