shithub
fortrangoingonforty
/
armfortas
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
armfortas
Public
Watch
0
Fork
0
Star
0
armfortas
/
tests
/
fixtures
/
integer16_external_stack_call_helper.c
C · 112 bytes
Raw
Blame
History
1
__int128
add5_ext
(
__int128
a
,
__int128
b
,
__int128
c
,
__int128
d
,
__int128
e
)
{
2
return
a
+
b
+
c
+
d
+
e
;
3
}