Annotation of researchv9/jerq/src/lib/c/abs.c, revision 1.1.1.1

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

unix.superglobalmegacorp.com

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