MCPcopy Create free account
hub / github.com/ValveSoftware/GameNetworkingSockets / V_AllocAndSplitString

Function V_AllocAndSplitString

src/vstdlib/strtools.cpp:414–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414void V_AllocAndSplitString( const char *pString, const char *pSeparator, CUtlVector<char*> &outStrings, bool bIncludeEmptyStrings )
415{
416 V_SplitString2( pString, &pSeparator, 1, outStrings, bIncludeEmptyStrings );
417}
418
419//-----------------------------------------------------------------------------
420void V_StripTrailingWhitespaceASCII( char *pch )

Callers 2

mainFunction · 0.85
CheckInitICEMethod · 0.85

Calls 1

V_SplitString2Function · 0.85

Tested by

no test coverage detected