repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
[official-gcc.git]
/
libf2c
/
libF77
/
i_mod.c
blob
7ed7b391c197a2487099206f25d75ff5e11ee7cf
1
#include
"f2c.h"
2
3
integer
4
i_mod
(
integer
*
a
,
integer
*
b
)
5
{
6
return
(*
a
% *
b
);
7
}