Annotation of researchv10dc/libc/sys/s.c, revision 1.1.1.1

1.1       root        1: struct Long { int lo; unsigned hi; };
                      2: 
                      3: main()
                      4: {
                      5:        Long llseek(), ll;
                      6:        extern errno;
                      7: 
                      8:        for (;;)
                      9:                scanf("%x %x", &ll.hi, &ll.lo);
                     10:                errno = 0;
                     11:                ll = llseek(0, ll, 0);
                     12:                printf("%x%.8x %d", ll.hi, ll.lo, errno);
                     13:        }
                     14: }

unix.superglobalmegacorp.com

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