Annotation of researchv10no/cmd/usgmake/rdhdr.c, revision 1.1

1.1     ! root        1: #include       "ar.h"
        !             2: main()
        !             3: {
        !             4:        int     fd, n;
        !             5:        struct  ar_hdr arhdr;
        !             6:        fd = open("x", 0);
        !             7:        n = read(fd, &arhdr, sizeof(struct ar_hdr));
        !             8:        printf("%16s\n", arhdr.ar_name);
        !             9:        printf("%12s\n", arhdr.ar_date);
        !            10:        printf("%10s\n", arhdr.ar_size);
        !            11:        printf("%2s\n", arhdr.ar_fmag);
        !            12: }

unix.superglobalmegacorp.com

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