Date: Sun, 22 Nov 1998 13:45:27 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: William Joseph Giraldo Orozco cc: djgpp AT delorie DOT com Subject: Re: limits functions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 19 Nov 1998, William Joseph Giraldo Orozco wrote: > Yes, but i want to have my executive in a library, and the funtions of the > process are custom. Its functions are writen by user of my executive. > Then i want that my library (executive) to calculate its limits. As far as I know, this is impossible to do in C. There's no provision in C to compute the size of a function's code.