Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이다은
/
raspberry
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
daeun
2021-04-23 15:05:10 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
956a4fa56d52cff15cefb801e1e73107f092930d
956a4fa5
1 parent
12cd7038
a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
midterm4.c
midterm4.c
View file @
956a4fa
...
...
@@ -53,12 +53,15 @@ void timer() {
}
}
void
start
()
{
printf
(
"0"
);
state
=
0
;
}
void
stop
()
{
printf
(
"1"
);
state
=
1
;
}
void
reset
()
{
printf
(
"2"
);
time
=
0
;
state
=
2
;
}
...
...
Please
register
or
login
to post a comment