Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!husc6!purdue!bouma From: bouma@cs.purdue.EDU (William J. Bouma) Newsgroups: comp.lang.c Subject: mutual reference in structures Summary: how's it done? Message-ID: <6712@medusa.cs.purdue.edu> Date: 4 May 89 23:12:32 GMT Organization: Department of Computer Science, Purdue University Lines: 13 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 || ...!purdue!bouma