From: mike4148 AT aol DOT com (Mike4148) Newsgroups: comp.os.msdos.djgpp Subject: Function Sizes Date: 16 Aug 1997 00:08:27 GMT Lines: 3 Message-ID: <19970816000800.UAA17924@ladder02.news.aol.com> NNTP-Posting-Host: ladder02.news.aol.com Organization: AOL http://www.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Is there a function or keyword which can determine the size of an actual function from a reference to it? I've tried sizeof(), but it returns the size of the reference instead of the actual function.