|
tico 0.1
Mechanical Watch Terminal Timegrapher
|
#include <stddef.h>

Go to the source code of this file.
Functions | |
| size_t | modSigned (int value, size_t ArrayLength) |
| Computes the modulus of a signed integer with respect to an array length. More... | |
| size_t modSigned | ( | int | value, |
| size_t | ArrayLength | ||
| ) |
Computes the modulus of a signed integer with respect to an array length.
| value | The signed integer value to be modded. |
| ArrayLength | The length of the array, which must be greater than 0. |