mirror of
https://github.com/torje/C_crash_course.git
synced 2026-01-08 08:13:47 +01:00
I did stuff. Hopefully stuff is still in order
This commit is contained in:
3
containers/utils.h
Normal file
3
containers/utils.h
Normal file
@@ -0,0 +1,3 @@
|
||||
int floormod (int dividend, int divisor);
|
||||
int ceildiv(int dividend, int divisor);
|
||||
int floordiv(int dividend, int divisor);
|
||||
Reference in New Issue
Block a user