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

1.1     ! root        1: abs(arg)
        !             2: {
        !             3: 
        !             4:        if(arg < 0)
        !             5:                arg = -arg;
        !             6:        return(arg);
        !             7: }

unix.superglobalmegacorp.com

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