Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ plural
Function
plural
tools/netstat/main.c:925–929 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
923
#endif
924
925
const char *
926
plural(uintmax_t n)
927
{
928
return (n != 1 ?
"s"
:
""
);
929
}
930
931
const char *
932
plurales(uintmax_t n)
Callers
2
pfsync_acts_stats
Function · 0.85
rt_stats
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected