Programming Tutorials

Comment on Tutorial - Using memset(), memcpy(), and memmove() in C By Emiley J



Comment Added by : Mohammad NABIL

Comment Added at : 2010-07-20 05:58:19

Comment on Tutorial : Using memset(), memcpy(), and memmove() in C By Emiley J
Very good tutorial, but I have a small question here:
Why does the three functions have a return value, which is void* that return the source pointer again???. It adds no value to return the address of the source buffer while I supply it in the function call...


View Tutorial