VirtualBox

Changeset 103284 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Feb 8, 2024 3:24:49 PM (10 months ago)
Author:
vboxsync
Message:

IPRT/string: Added RTStrCat2() as a convenient function (build fix).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/RTStrCat.cpp

    r103283 r103284  
    7272RT_EXPORT_SYMBOL(RTStrCat);
    7373
    74 RTDECL(int) RTStrCat2(char *pszDst, size_t cbDst, const char *pszSrc)
     74RTDECL(char *) RTStrCat2(char *pszDst, size_t cbDst, const char *pszSrc)
    7575{
    7676    return RT_SUCCESS(rtStrCat(pszDst, cbDst, pszSrc)) ? pszDst : NULL;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette