mirror of
https://github.com/torje/C_crash_course.git
synced 2025-06-29 18:01:51 +02: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);
|