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
* tree.h: Remove include of version.h
[official-gcc.git]
/
libf2c
/
libF77
/
h_dim.c
blob
1519478747da0f151006e990cba1eccb9a56f096
1
#include
"f2c.h"
2
3
shortint
4
h_dim
(
shortint
*
a
,
shortint
*
b
)
5
{
6
return
(*
a
> *
b
? *
a
- *
b
:
0
);
7
}