syseop
Joined: 16 Nov 2005 Posts: 3
|
Undefined identifier -- memmove ? |
Posted: Fri Jun 02, 2006 5:11 am |
|
|
I have error massage "Undefined identifier -- memmove"
this is the souce that I've comfiled with 3.249 version
Code: | char a[20]="hello";
memmove(a,a+2,5); |
when use memmove(), does it need another header?
Requires Nothing in manual |
|