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
* predict.c (estimate_bb_frequencies): Initialize the sreal
[official-gcc.git]
/
libf2c
/
libF77
/
ef1cmc_.c
blob
2e102fb6b5df0e8612c8d2207b53787de2289fc3
1
/* EFL support routine to compare two character strings */
2
3
#include
"f2c.h"
4
5
extern
integer
s_cmp
(
char
*,
char
*,
ftnlen
,
ftnlen
);
6
integer
7
G77_ef1cmc_0
(
ftnint
*
a
,
ftnlen
*
la
,
ftnint
*
b
,
ftnlen
*
lb
)
8
{
9
return
(
s_cmp
((
char
*)
a
, (
char
*)
b
, *
la
, *
lb
));
10
}