abs()

#include <stdlib.h>

int abs( int integer );

Returns the absolute value of integer.


Back to Essential C Functions.

Log in or register to write something here or to contact authors.