|
|
1.1 root 1: /* @(#)aouthdr.h 2.4 12/15/82 */
2:
3: typedef struct aouthdr {
4: short magic; /* see magic.h */
5: short vstamp; /* version stamp */
6: long tsize; /* text size in bytes, padded to FW
7: bdry */
8: long dsize; /* initialized data " " */
9: long bsize; /* uninitialized data " " */
10: #if u3b
11: long dum1;
12: long dum2; /* pad to entry point */
13: #endif
14: long entry; /* entry pt. */
15: long text_start; /* base of text used for this file */
16: long data_start; /* base of data used for this file */
17: } AOUTHDR;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.