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
* Makefile.tpl: Fix stupid pasto.
[official-gcc.git]
/
libf2c
/
libF77
/
r_dim.c
blob
48d2fc7f7672468c2553a4904ee2e0f3ef39c7d7
1
#include
"f2c.h"
2
3
double
4
r_dim
(
real
*
a
,
real
*
b
)
5
{
6
return
(*
a
> *
b
? *
a
- *
b
:
0
);
7
}