MCPcopy Create free account
hub / github.com/aldostools/webMAN-MOD / strnum

Function strnum

include/init/string.h:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#ifdef VIDEO_REC
7static char *strnum(const char *str, int num)
8{
9 return strstr(str, strfmt("%i", num));
10}
11#endif
12
13#ifdef COBRA_ONLY

Callers 1

rec_startFunction · 0.85

Calls 2

strfmtFunction · 0.85
strstrFunction · 0.50

Tested by

no test coverage detected