Synopsis
int32_t __int32_mod(int32_t dividend,
                    int32_t divisor);
Description

__int32_mod divides dividend by divisor and returns the signed remainder after division as the result.