Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
min_max_abs.c File Reference
#include "stddef.h"
Include dependency graph for min_max_abs.c:

Functions

long min (long a, long b)
 Returns the minimum of two long integers.
 
long max (long a, long b)
 Returns the maximum of two long integers.
 
size_t absolute (long nbr)
 Returns the absolute value of a long integer.