ss

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

TXT
21
字号
@c ----------------------------------------------------------------------
@node sscanf, stdio
@heading @code{sscanf}
@subheading Syntax

@example
#include <stdio.h>

int sscanf(const char *string, const char *format, @dots{});
@end example

@subheading Description

This function scans formatted text from the @var{string} and stores it
in the variables pointed to by the arguments.  @xref{scanf}

@subheading Return Value

The number of items successfully scanned.

⌨️ 快捷键说明

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