This website requires JavaScript.
Explore
Help
Sign In
minix
/
netbsd
Watch
1
Star
0
Fork
0
You've already forked netbsd
mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced
2025-09-13 09:09:01 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
netbsd
/
external
/
gpl3
/
gcc.old
/
dist
/
libgcc
/
config
/
frv
/
modi.c
Lionel Sambuc
db4f849365
2015/10/10 12:00:00 UTC
2015-10-15 10:25:28 +02:00
5 lines
46 B
C
Raw
Permalink
Blame
History
int
__modi
(
int
a
,
int
b
)
{
return
a
%
b
;
}
Reference in New Issue
View Git Blame
Copy Permalink