git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@137
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int wxString::Scanf(const char *pszFormat, ...) const
{
va_list argptr;
int wxString::Scanf(const char *pszFormat, ...) const
{
va_list argptr;
return vsscanf(c_str(), pszFormat, argptr);
#endif
}
return vsscanf(c_str(), pszFormat, argptr);
#endif
}
// ---------------------------------------------------------------------------
// standard C++ library string functions
// ---------------------------------------------------------------------------
// standard C++ library string functions