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

Functions

size_t modulo (long a, size_t b)
 Computes the modulo of a signed integer with an unsigned modulus.