log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
CbC
>
CbC_gcc
annotate gcc/config/frv/modi.c @ 0:
a06113de4d67
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
first commit
author
kent <kent@cr.ie.u-ryukyu.ac.jp>
date
Fri, 17 Jul 2009 14:47:48 +0900
parents
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
0
a06113de4d67
first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
1
int __modi (int a, int b)
a06113de4d67
first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
2
{
a06113de4d67
first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
3
return a % b;
a06113de4d67
first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff
changeset
4
}