This website requires JavaScript.
Explore
Help
Sign In
mirror
/
XenonRecomp
mirror of
https://github.com/hedge-dev/XenonRecomp
Watch
1
Star
0
Fork
You've already forked XenonRecomp
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cd6fcb33bd
XenonRecomp
/
tests
/
XenonAnalyse
/
add.cpp
9 lines
94 B
C++
Raw
Blame
History
int
add
(
int
a
,
int
b
)
{
return
a
+
b
;
}
extern
"
C
"
int
_start
(
)
{
return
add
(
1
,
2
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink