tico 0.1
Mechanical Watch Terminal Timegrapher
modsigned.h
Go to the documentation of this file.
1#pragma once
2#include <stddef.h>
3
17size_t modSigned(int value, size_t ArrayLength);
size_t modSigned(int value, size_t ArrayLength)
Computes the modulus of a signed integer with respect to an array length.
Definition: modsigned.c:4