Why does memcpy(void *t, const void *s, size_t c) return t?
I've seen quite a few functions that return an argument. Any particular reason to do so? Any disadvantage if the function did not return anything?
I've seen quite a few functions that return an argument. Any particular reason to do so? Any disadvantage if the function did not return anything?
Comment