Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!usc!sdd.hp.com!elroy.jpl.nasa.gov!ncar!hsdndev!cmcl2!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: Strings as function names (again) Message-ID: <14942@smoke.brl.mil> Date: 23 Jan 91 22:54:00 GMT References: Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 8 In article mpapp@ (Mike Papper) writes: >Can I find the adress of a function from its name? No, there is no universal method for that, at least not without the code having be deliberately set up to contain a table of function-name strings and associated function pointers. Any system-specific method we might give you amounts to "use a debugger".