Annotation of researchv9/libc/gen/labs.c, revision 1.1

1.1     ! root        1: long
        !             2: labs(x)
        !             3: long x;
        !             4: {
        !             5:        if(x<0)
        !             6:                x = -x;
        !             7:        return x;
        !             8: }

unix.superglobalmegacorp.com

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