Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
programming-languages
cse-programming-languages-fall-2023
assignment-3-image-rotation
Commits
2246a2a6
Commit
2246a2a6
authored
1 year ago
by
Daniel Blinov
Browse files
Options
Download
Email Patches
Plain Diff
Update solution/src/rotation.c
parent
9183f5d2
This commit is part of merge request
!238
. Comments created here will be created in the context of that merge request.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
solution/src/rotation.c
solution/src/rotation.c
+3
-1
No files found.
solution/src/rotation.c
Edit
View file @
2246a2a6
...
...
@@ -59,4 +59,6 @@ struct image rotate_image(struct image* source, int angle) {
}
return
result
;
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment