MCPcopy Create free account
hub / github.com/eggert/tz / _conv

Function _conv

strftime.c:661–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659}
660
661static char *
662_conv(int n, const char *format, char *pt, const char *ptlim)
663{
664 char buf[INT_STRLEN_MAXIMUM(int) + 1];
665
666 sprintf(buf, format, n);
667 return _add(buf, pt, ptlim);
668}
669
670static char *
671_add(const char *str, char *pt, const char *ptlim)

Callers 2

_fmtFunction · 0.85
_yconvFunction · 0.85

Calls 1

_addFunction · 0.85

Tested by

no test coverage detected