STD_TSScanf

C Specification

#include <nitro/std.h>

int STD_TSScanf( const char *src, const char *fmt, ... );

Arguments

src Input string.
fmt Input formatted string (formatted string).

Return Values

Returns the number of times form conversion was successful and was actually substituted.

When the end of src is reached without making even one successful form conversion, it returns -1.

Description

This function returns the simplified version of the format string.

Other than accepting variable arguments, it is equivalent to STD_TVSScanf.

See Also

STD_TVSScanf
OS_VSNPrintf

Revision History

10/25/2005 Initial version.

CONFIDENTIAL