From: eyal DOT ben-david AT aks DOT com To: john DOT kismul AT bergen DOT mail DOT telia DOT com cc: djgpp AT delorie DOT com Message-ID: <42256544.003B1BA6.00@aks.com> Date: Mon, 3 Nov 1997 12:52:59 +0200 Subject: Re: Source Code for memory functions. Mime-Version: 1.0 Content-type: text/plain; charset=US-ASCII Precedence: bulk On 11/3/97 12:15:03 PM Eyal Ben-David wrote: > > >On 11/2/97 6:05:24 PM john kismul wrote: > >>I've got some trouble with functions like malloc() and memcpy(). >> >>Does anyone have some source code that shows how to use them or know >>about a place at the WWW where I can get it? >> >>And DON'T tell me to read the info files as I already has. >> >> > >You can download the DJGPP libc source code at: > ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/djlsr201.zip > >Eyal. > I did't notice that you want example of usage and not the src of the library functions. Anyway you will always benefit from reading the src of a good library (if you have the time). Eyal.