abs.c

The libc implementation

Author

Martin ‘Solar’ Baute

License

Public Domain

Summary
abs.cThe libc implementation
Functions
absReturns the absolute value of a given integer

Functions

abs

int abs(int j)

Returns the absolute value of a given integer

int abs(int j)
Returns the absolute value of a given integer