2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libf2c / libF77 / erfc_.c
blob7f3ff8a5dbddb45b858b1a9aa09058e2b8fef38a
1 #include "f2c.h"
3 extern double erfc (double);
4 double
5 G77_erfc_0 (real * x)
7 return (erfc (*x));