Mikhail Kadilov P3231
All threads resolved
solution
include
bmp.h +44 -0
image.h +20 -0
rotate.h +5 -0
util.h +18 -0
src
bmp.c +110 -0
image.c +24 -0
main.c +34 -2
rotate.c +61 -0
util.c +76 -0
tester/include
image.h +2 -2
+ 44
- 0
+ 20
- 0
+ 5
- 0
+ 18
- 0
+ 110
- 0