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
* config/xtensa/xtensa.c: Remove unused include of machmode.h.
[official-gcc.git]
/
libf2c
/
libF77
/
erfc_.c
blob
7f3ff8a5dbddb45b858b1a9aa09058e2b8fef38a
1
#include
"f2c.h"
2
3
extern
double
erfc
(
double
);
4
double
5
G77_erfc_0
(
real
*
x
)
6
{
7
return
(
erfc
(*
x
));
8
}