Annotation of researchv9/jerq/src/lib/j/min.c, revision 1.1

1.1     ! root        1: min(x,y)
        !             2:        register x,y;
        !             3: {
        !             4:        return((x < y) ? x : y);
        !             5: }
        !             6: 
        !             7: max(x,y)
        !             8:        register x,y;
        !             9: {
        !            10:        return((x > y) ? x : y);
        !            11: }

unix.superglobalmegacorp.com

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