Annotation of cci/usr/src/usr.bin/f77/f77pass1/tst/favg.f, revision 1.1

1.1     ! root        1:        function avg(arg,i)
        !             2:        real arg(*)
        !             3:        sum=0.0
        !             4:        do 20 j=1,i
        !             5: 20     sum = sum+arg(j)
        !             6:        avg = sum/i
        !             7:        return
        !             8:        end

unix.superglobalmegacorp.com

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