Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!netnews.upenn.edu!grad1.cis.upenn.edu!eckstein From: eckstein@grad1.cis.upenn.edu (Craig Eckstein) Newsgroups: comp.lang.c Subject: A questions on pointers, functions, and names Message-ID: <39499@netnews.upenn.edu> Date: 20 Mar 91 23:19:37 GMT Sender: news@netnews.upenn.edu Reply-To: eckstein@grad1.cis.upenn.edu (Craig Eckstein) Distribution: usa Organization: University of Pennsylvania Lines: 17 Nntp-Posting-Host: grad1.cis.upenn.edu Two related questions: First, is there a way to obtain the name of a function (as a character string) given a pointer to the function. Second, is there way to do the reverse. Given the name of a function, is there a way to obtain a pointer to it. Please send all replies to eckstein@grad1.cis.upenn.edu --Craig *******************************************************************************