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
/
h_len.c
blob
506016e67d9ab222fa75e932c2ec231d39dd5ad6
1
#include
"f2c.h"
2
3
shortint
4
h_len
(
char
*
s
__attribute__
((
__unused__
)),
ftnlen n
)
5
{
6
return
(
n
);
7
}