MCPcopy Create free account
hub / github.com/VerySleepy/verysleepy / toString

Function toString

src/utils/stringutils.cpp:259–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257
258
259const std::wstring toString(unsigned int x)
260{
261 wchar_t buffer[100];
262
263 swprintf(buffer, 100, L"%u", x);
264
265 return std::wstring(buffer);
266}
267
268
269

Callers 1

floatToStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected