fixed wxStrrchr(s, '\0') bug, added const and non const versions of wxStrchr, wxStrrc...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Jul 2002 19:55:08 +0000 (19:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Jul 2002 19:55:08 +0000 (19:55 +0000)
commit109c7768eb46ccbb45adc1c409fe8f6b7d799e2f
treeb62698cb211984d68f691388d17333cde2730de0
parent1fd1922a49351a377bc6ef8f7e00f150112ee096
fixed wxStrrchr(s, '\0') bug, added const and non const versions of wxStrchr, wxStrrchr, wxStrstr, ...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/wxchar.h
src/common/wxchar.cpp