From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP: What's faster than dosmemputl() ? Date: Wed, 16 Dec 1998 10:32:35 +0200 Organization: NetVision Israel Lines: 7 Message-ID: References: <01be2232$1d556f00$62ab9bc1 AT default> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 913797117 4845 199.203.121.2 (16 Dec 1998 08:31:57 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 16 Dec 1998 08:31:57 GMT X-Sender: eliz AT is In-Reply-To: <01be2232$1d556f00$62ab9bc1@default> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 7 Dec 1998, Spike wrote: > What function can be faster than the function dosmemputl(...) in DJGPP? None. Use dosmemput whenever you have buffers larger than, say, 12 bytes to move. This is explained in the FAQ.