Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!haven!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: Recursive function pointer type. How? Message-ID: <15463@smoke.brl.mil> Date: 13 Mar 91 16:56:45 GMT References: <5144@lure.latrobe.edu.au> <15461@smoke.brl.mil> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 8 In article <15461@smoke.brl.mil> gwyn@smoke.brl.mil (Doug Gwyn) writes: >(The basic problem is that there is no way to declare an incomplete >type for use in the declaration that completes the type.) Actually, another posting showed how to do that using a structure containing the function pointer as a member. I didn't like that kludgery as much, since it involved extra use of temporaries, but it was an interesting example.