mutual reference in structures

William J. Bouma bouma at cs.purdue.EDU
Fri May 5 09:12:32 AEST 1989


Please tell me how to get C to accept the following or equivalent code:

typedef union a {
    b_ *pb;
} a_;

typedef struct b {
    a_ va;
} b_;


-- 
Bill <bouma at cs.purdue.edu>  ||  ...!purdue!bouma 



More information about the Comp.lang.c mailing list