Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ _ColorizeString
Function
_ColorizeString
source/Debugger/Debugger_Help.cpp:248–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
247
248
void _ColorizeString(
249
char * & pDst,
250
const char *pSrc, const size_t nLen )
251
{
252
strcpy( pDst, pSrc );
253
pDst += nLen;
254
}
255
256
257
// pOperator is one of CHC_*
Callers
1
Colorize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected