On Mon, Jan 27, 2014 at 5:53 PM, m silverstri <
[email protected]> wrote:
>
> How can I use memcoyp in memcpy?
> I try #include stdio.h and string.h, but .h fails to include during
> compilation.
>

Hi,

    stdio.h and string.h are glibc header files (userspace)... Kernelspace
is another thing.

    Try to include "linux/string.h"

-- 
Augusto Mecking Caringi
_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to