Jan. 27, 2014
8:28 p.m.
On Mon, Jan 27, 2014 at 5:53 PM, m silverstri < michael.j.silverstri@gmail.com> 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