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
6c805191d0
bottleros
/
Userland
/
SampleCodeModule
/
shell
/
commands
/
excOP.c
7 lines
104 B
C
Raw
Blame
History
#
include
"excOP.h"
void
raiseOpcodeExc
(
)
;
void
excop
(
int
argc
,
char
*
argv
[
]
)
{
raiseOpcodeExc
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink