MCPcopy Create free account
hub / github.com/SIPp/sipp / textDescr

Method textDescr

src/stat.cpp:1541–1544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1539 return value;
1540}
1541int CFixed::textDescr(char *s, int len)
1542{
1543 return snprintf(s, len, "%lf", value);
1544}
1545int CFixed::timeDescr(char *s, int len)
1546{
1547 return time_string(value, s, len);

Callers 1

printInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected