MCPcopy Create free account
hub / github.com/csmith-project/csmith / longlong2str

Method longlong2str

src/StringUtils.cpp:222–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222std::string
223StringUtils::longlong2str(INT64 i)
224{
225 ostringstream oss;
226 oss << i;
227 return oss.str();
228}
229
230
231void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected