Changeset 96044 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- Aug 4, 2022 10:32:24 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strcpy.cpp
r96043 r96044 41 41 */ 42 42 #ifdef IPRT_NO_CRT 43 # undef str len43 # undef strcpy 44 44 char *RT_NOCRT(strcpy)(char *pszDst, const char *pszSrc) 45 45 #else
Note:
See TracChangeset
for help on using the changeset viewer.