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

1.1     ! root        1: sgn(arg)
        !             2: {
        !             3:        return(arg<0? -1: arg==0? 0: 1);
        !             4: }

unix.superglobalmegacorp.com

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