mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
adding icu_strstr [neeed for solaris DLL support]
X-Trac-URL: https://ssl.icu-project.org/trac/ticket/157 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@236 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
parent
ecec759a77
commit
23ac8966dc
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
#define icu_strcat(dst, src) strcat(dst, src)
|
||||
#define icu_strncat(dst, src, n) strncat(dst, src, n)
|
||||
#define icu_strchr(s, c) strchr(s, c)
|
||||
#define icu_strstr(s, c) strstr(s, c)
|
||||
#define icu_strrchr(s, c) strrchr(s, c)
|
||||
#define icu_toupper(c) toupper(c)
|
||||
#define icu_tolower(c) tolower(c)
|
||||
|
|
Loading…
Add table
Reference in a new issue