|
|
1.1 root 1: typedef struct proc *proc_p;
2:
3: struct proc {
4: int a;
5: int b;
6: };
7:
8: main ()
9: {
10: struct proc p;
11:
12: p.a = 3;
13: p.b = 4;
14: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.