- Timestamp:
- Aug 5, 2022 1:39:25 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 152860
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strchr.cpp
r96043 r96061 35 35 # undef strchr 36 36 char *RT_NOCRT(strchr)(const char *pszStr, int ch) 37 # ifdef _MSC_VER37 #elif defined(_MSC_VER) 38 38 _CRTIMP char * __cdecl strchr(const char *pszStr, int ch) 39 39 #elif defined(__WATCOMC__) && !defined(IPRT_NO_CRT)
Note:
See TracChangeset
for help on using the changeset viewer.