Path: utzoo!attcan!uunet!mcsun!unido!rwthinf!cip-s01!berg From: berg@cip-s01.informatik.rwth-aachen.de (AKA Solitair) Newsgroups: comp.lang.c Subject: Re: Turbo C && Video && memmove - help ? Message-ID: <3167@rwthinf.UUCP> Date: 27 Jul 90 14:56:38 GMT References: <6492.26a5bc49@uwovax.uwo.ca> Sender: news@rwthinf.UUCP Reply-To: berg%cip-s01.informatik.rwth-aachen.de@unido.bitnet Lines: 10 I'd say, link in the library module for memmove out of the compact library. You'll have to extract it, and then link it in over the obj file. But, be sure to include the appropriate prototype for the function, and make sure no other library routine uses memmove internally, otherwise you'll have to change the name of memmove. -- Sincerely, berg%cip-s01.informatik.rwth-aachen.de@unido.bitnet Stephen R. van den Berg. "I code it in 5 min, optimize it in 90 min, because it's so well optimized: it runs in only 5 min. Actually, most of the time I optimize programs."