This website requires JavaScript.
Explore
Help
Register
Sign In
Haiku
/
buildtools
Watch
1
Star
0
Fork
0
You've already forked buildtools
mirror of
https://review.haiku-os.org/buildtools
synced
2025-02-12 16:57:38 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
buildtools
/
gcc
/
libgcc
/
config
/
frv
/
modi.c
Jérôme Duval
e9f3433e73
import gcc 4.7.3
2013-04-23 18:39:47 +02:00
5 lines
46 B
C
Raw
Blame
History
int
__modi
(
int
a
,
int
b
)
{
return
a
%
b
;
}
Reference in New Issue
View Git Blame
Copy Permalink