Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ uninitvar_isalnum
Function
uninitvar_isalnum
test/cfg/std.c:2170–2175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2168
}
2169
2170
void uninitvar_isalnum(void)
2171
{
2172
int i;
2173
// cppcheck-suppress uninitvar
2174
(void)isalnum(i);
2175
}
2176
2177
void uninitvar_iswalnum(void)
2178
{
Callers
nothing calls this directly
Calls
1
isalnum
Function · 0.85
Tested by
no test coverage detected