|
|
BSD 4.3
typedef struct proc *proc_p;
struct proc {
int a;
int b;
};
main ()
{
struct proc p;
p.a = 3;
p.b = 4;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.