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