Annotation of 41BSD/lib/libF77/c_abs.c, revision 1.1

1.1     ! root        1: #include "complex"
        !             2: 
        !             3: float c_abs(z)
        !             4: complex *z;
        !             5: {
        !             6: double cabs();
        !             7: 
        !             8: return( cabs( z->real, z->imag ) );
        !             9: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.