Date: Sun, 2 Nov 1997 20:32:25 -0800 (PST) Message-Id: <199711030432.UAA13708@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: john DOT kismul AT bergen DOT mail DOT telia DOT com From: Nate Eldredge Subject: Re: Source Code for memory functions. Cc: djgpp AT delorie DOT com Precedence: bulk At 05:05 11/2/1997 +0100, you 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? Nearly every program written in C has extensive use of these functions. Perhaps consider looking at some GNU sources. Textutils might be the simplest. Functions like that are so basic to the C language that this might be a good question to ask on comp.lang.c. In addition, any book on vanilla ANSI C should cover them. >And DON'T tell me to read the info files as I already has. Okay, but you might be even more likely to get help if you say which parts of it you didn't understand, or what you're trying to do that doesn't work. Nate Eldredge eldredge AT ap DOT net