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:15:14 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
41960e97729cbc42dadec683c2c0e95b59ee1a14
41960e97
1 parent
996e3d5f
a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
midterm4.c
midterm4.c
View file @
41960e9
...
...
@@ -46,15 +46,12 @@ void timer() {
}
}
void
start
()
{
printf
(
"0"
);
state
=
0
;
}
void
stop
()
{
printf
(
"1"
);
state
=
1
;
}
void
reset
()
{
printf
(
"2"
);
time
=
0
;
timer
();
state
=
2
;
...
...
Please
register
or
login
to post a comment