MCPcopy Create free account
hub / github.com/buggins/coolreader / lStr_cpy

Function lStr_cpy

crengine/src/lvstring.cpp:302–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302size_t lStr_cpy(lChar16 * dst, const lChar16 * src)
303{
304 return _lStr_cpy(dst, src);
305}
306
307size_t lStr_cpy(lChar8 * dst, const lChar8 * src)
308{

Callers 2

GetNameMethod · 0.85
GetAboutInfoTextFunction · 0.85

Calls 1

_lStr_cpyFunction · 0.85

Tested by 1

GetNameMethod · 0.68