From: kunst AT prl DOT philips DOT nl Subject: memmove() prototype in To: djgpp AT sun DOT soe DOT clarkson DOT edu (DJGPP users list) Date: Tue, 17 Aug 1993 16:33:55 +0100 (METDST) Hello DJ, A message from mr. ANSI-C again. (The undocumented gcc switch '-kunst' is even worse than the already annoying '-pedantic' ;-) The prototype for 'memmove()' is missing from . Here it is: void* memmove(void*, const void*, size_t); I'm still using the include files which came with 1.09 because the include files were absent for the 'early adopters' of 1.10. If the prototype was already present in the latest include files, I humbly apologize... Pieter Kunst.