Annotation of 42BSD/include/ar.h, revision 1.1.1.1

1.1       root        1: /*     ar.h    4.1     83/05/03        */
                      2: 
                      3: #define        ARMAG   "!<arch>\n"
                      4: #define        SARMAG  8
                      5: 
                      6: #define        ARFMAG  "`\n"
                      7: 
                      8: struct ar_hdr {
                      9:        char    ar_name[16];
                     10:        char    ar_date[12];
                     11:        char    ar_uid[6];
                     12:        char    ar_gid[6];
                     13:        char    ar_mode[8];
                     14:        char    ar_size[10];
                     15:        char    ar_fmag[2];
                     16: };

unix.superglobalmegacorp.com

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