Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GJDuck/e9patch
/ abs
Function
abs
examples/stdlib.c:5994–5997 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5992
}
5993
5994
static int abs(int x)
5995
{
5996
return (x < 0? -x: x);
5997
}
5998
5999
static long int labs(long int x)
6000
{
Callers
3
parseIntOptArg
Function · 0.85
node
Function · 0.85
lookupSymbol
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected