Annotation of coherent/d/usr/src/examples/modulus.c, revision 1.1.1.1

1.1       root        1: main()
                      2: {
                      3:        long nowhere;    /* place to put unused data */
                      4:        int counter;
                      5: 
                      6:        srand((int) time(&nowhere));
                      7:        for (counter =  0; counter < 20; counter++)
                      8:                printf("%d\n", rand()%10);
                      9: }
                     10: 
                     11: 

unix.superglobalmegacorp.com

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