Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
static 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_start
Function · 0.85
Calls
2
strfmt
Function · 0.85
strstr
Function · 0.50
Tested by
no test coverage detected