This website requires JavaScript.
Explore
Help
Register
Sign In
slococo-uni
/
bottleros
Watch
1
Star
0
Fork
You've already forked bottleros
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2d6e9285db
bottleros
/
Userland
/
SampleCodeModule
/
shell
/
commands
/
excDiv.c
7 lines
97 B
C
Raw
Blame
History
#
include
"excDiv.h"
void
excdiv
(
)
{
int
cero
=
0
;
int
res
=
1
/
cero
;
res
=
res
+
1
;
}
Reference in New Issue
View Git Blame
Copy Permalink