
- Forum
- Programming Talk
- C and C++
- Confused about command memicmp
Confused about command memicmp
This is a discussion on Confused about command memicmp within the C and C++ forums, part of the Programming Talk category; Hi, I know about memcpy command.This command copies n bytes from source to destination and returns the destination.But I am ...
-
Confused about command memicmp
Hi,
I know about memcpy command.This command copies n bytes from source to destination and returns the destination.But I am confused with a command memicmp which I came across in a book.I could not get the explanation for this command.Is memicmp same as memcpy.Someone who have come across this command help me out
Sripriya
-
Hi,
Interesting!!! I came across one more keyword memccpy. Let’s wait for someone to join our discussion and clarify the usage of all the keywords mentioned.
Regards,
Norman
-
07-13-2006, 02:31 PM #3
for memicmp::::
http://www.comp.nus.edu.sg/~malin/ma.../libc_488.html
for memccpy:::
http://developer.apple.com/documenta...memccpy.3.html
nice.. want few nore postings from you....
regards,
Aditya
-
Aditya thanks for the link .I could get a detailed view about the command . It was really a useful link.
-
Hello All Interesting to know two commands with single letter difference namely memcpy and memccpy. Is there any other commands which differs by single letter like above.
-
Sponsored Ads

Reply With Quote





