Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!crdgw1!uakari.primate.wisc.edu!aplcen!boingo.med.jhu.edu!haven!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: Returning a pointer to a function Message-ID: <15635@smoke.brl.mil> Date: 30 Mar 91 14:11:40 GMT References: <1991Mar25.094620.70@skyler.mavd.honeywell.com> <1991Mar25.205433.9958@swsrv1.uucp> <4032.27f30e01@iccgcc.decnet.ab.com> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 9 In article <4032.27f30e01@iccgcc.decnet.ab.com> browns@iccgcc.decnet.ab.com (Stan Brown) writes: >In article <1991Mar25.205433.9958@swsrv1.uucp>, ta@swsrv1.uucp (Tom Armistead) writes: >> There is a program called cdecl in the Unix archives that you need to get. It >Anything for those of us with no Unix access? (MS-DOS and VAX/VMS) Yeah -- you can find the source in K&R2 (5.12) for a simpler similar program, and with a modest amount of work you should be able to fill in the gaps. Or, you could adapt the "cdecl" sources; there shouldn't be any real dependencies on UNIX in that program.