|
|
1.1 root 1: #ifndef LDLIST
2:
3: struct ldlist {
4: LDFILE ld_item;
5: struct ldlist *ld_next;
6: };
7:
8: #define LDLIST struct ldlist
9: #define LDLSZ sizeof(LDLIST)
10:
11: #endif
12: static char lddef_ID[ ] = "@(#) lddef.h: 1.1 1/7/82";
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.