MCPcopy 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
5994static int abs(int x)
5995{
5996 return (x < 0? -x: x);
5997}
5998
5999static long int labs(long int x)
6000{

Callers 3

parseIntOptArgFunction · 0.85
nodeFunction · 0.85
lookupSymbolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected