MCPcopy Create free account
hub / github.com/ariccio/altWinDirStat / ToWString

Function ToWString

Reference code/osImageTool/stringutils.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 return str;
29}
30wstring ToWString(WCHAR* wbuf)
31{
32 return wstring(wbuf);
33}
34string ToString(char* buf)
35{
36 return string(buf);

Callers 1

CeCopyFileToDeviceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected