Turbo C && Video && memmove - help ?

AKA Solitair berg at cip-s01.informatik.rwth-aachen.de
Sat Jul 28 00:56:38 AEST 1990


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 at 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."



More information about the Comp.lang.c mailing list