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
* lib/objc.exp: Add -lposix4 on Solaris 2.8.
[official-gcc.git]
/
libf2c
/
libF77
/
h_len.c
blob
00a2151bfa1172a2093fbaaffc4e8092b0f48838
1
#include
"f2c.h"
2
3
#ifdef KR_headers
4
shortint
h_len
(
s
,
n
)
char
*
s
;
ftnlen n
;
5
#else
6
shortint
h_len
(
char
*
s
,
ftnlen n
)
7
#endif
8
{
9
return
(
n
);
10
}