mirror of
https://github.com/torje/C_crash_course.git
synced 2025-12-21 09:14:35 +01:00
4 lines
123 B
C
4 lines
123 B
C
int floormod (int dividend, int divisor);
|
|
int ceildiv(int dividend, int divisor);
|
|
int floordiv(int dividend, int divisor);
|