centos man page for sscanf

Query: sscanf

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SSCANF(9)						     Basic C Library Functions							 SSCANF(9)

NAME
sscanf - Unformat a buffer into a list of arguments
SYNOPSIS
int sscanf(const char * buf, const char * fmt, ...);
ARGUMENTS
buf input buffer fmt formatting of buffer @...: resulting arguments ... variable arguments
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SSCANF(9)
Related Man Pages
vsnprintf(9) - centos
curs_scanw(3x) - opendarwin
xo_attr_hv(3) - freebsd
xo_errc(3) - freebsd
xo_errx(3) - freebsd
Similar Topics in the Unix Linux Community
sscanf function is failing
sscanf !!
help with sscanf
using sscanf
Format specifier for sscanf() in C