Changeset 76346 in vbox for trunk/src/VBox/Runtime/common/string/RTStrCatPEx.cpp
- Timestamp:
- Dec 22, 2018 12:51:28 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127644
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/RTStrCatPEx.cpp
r69111 r76346 32 32 #include "internal/iprt.h" 33 33 34 #include <iprt/err.h> 35 34 36 35 37 RTDECL(int) RTStrCatPEx(char **ppszDst, size_t *pcbDst, const char *pszSrc, size_t cchMaxSrc)
Note:
See TracChangeset
for help on using the changeset viewer.