MCPcopy 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
925const char *
926plural(uintmax_t n)
927{
928 return (n != 1 ? "s" : "");
929}
930
931const char *
932plurales(uintmax_t n)

Callers 2

pfsync_acts_statsFunction · 0.85
rt_statsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected