Searched defs:PR_sscanf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprprf.h74 #define PR_sscanf VBoxNsprPR_sscanf macro
134 ** FUNCTION: PR_sscanf
136 ** PR_sscanf() scans the input character string, performs data
141 ** PR_sscanf() behaves the same way as the sscanf() function in the
143 ** - PR_sscanf() handles the NSPR integer and floating point types,
147 ** - PR_sscanf() has no multibyte character support, while sscanf()
165 NSPR_API(PRInt32) PR_sscanf(const char *buf, const char *fmt, ...);

Completed in 1214 milliseconds