Skip to content
Snippets Groups Projects
Commit 062ff0b9 authored by LEESANGKYEONG's avatar LEESANGKYEONG
Browse files

Update

parent f70e80f9
No related branches found
No related tags found
1 merge request!18Update
...@@ -308,3 +308,23 @@ ...@@ -308,3 +308,23 @@
- If making good use of the shift operation, can create a function that is optimized for each situation. - If making good use of the shift operation, can create a function that is optimized for each situation.
# project - STEP 3
## 1. Software Requriement Specification
## 2. Reduction of violation
![2](./image/2.PNG)
![3](./image/3.PNG)
- Change of violation
- Violation 89 -> 48
- Modified content
- Result value of function is not used, so Add return value.
- Function declarartion doesn't exist before definition.
- Add parentheses to parameters.
- Add void parameter to main function.
- Declare mul, div function as static.
- Unsolved content
- problem of bitwise operator.
- printf is a fobidden function.
- some macros are forbidden.
\ No newline at end of file
image/2.PNG

13 KiB

image/3.PNG

12.8 KiB

File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment