Windows. Removed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@122
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int Printf(const char *pszFormat, ...);
/// as vprintf(), returns the number of characters written or < 0 on error
int PrintfV(const char* pszFormat, va_list argptr);
int Printf(const char *pszFormat, ...);
/// as vprintf(), returns the number of characters written or < 0 on error
int PrintfV(const char* pszFormat, va_list argptr);
- /// as sscanf()
- int Scanf(const char *pszFormat, ...) const;
- /// as vsscanf()
- int ScanfV(const char *pszFormat, va_list argptr) const;
//@}
// get writable buffer of at least nLen characters
//@}
// get writable buffer of at least nLen characters