ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1004. Sightseeing Trip

Where is 'memmove' function in C/C++?
Posted by Ivan Kazmenko (SPB SU FF) 17 Apr 2002 02:23
I used to use it on Timus already including "memory.h", but now I got
CE till I included "strings.h", too. Why?
Re: Where is 'memmove' function in C/C++?
Posted by Paragina Silviu 31 Mar 2003 23:52
> I used to use it on Timus already including "memory.h", but now I
got
> CE till I included "strings.h", too. Why?
>
If i remember well in borland C the memmove function is in string.h
and memory.h, in linux is in string.h only afaik. Correct me if i'm
wrong