Strings as function names (again)

Doug Gwyn gwyn at smoke.brl.mil
Thu Jan 24 09:54:00 AEST 1991


In article <mpapp.664709840 at godzilla> 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".



More information about the Comp.lang.c mailing list