hi all,
can memcpy ,memset functions be used in drivermodules code of
linux ? if so header file string.h is enough to be included?
.. thank u
---------------------
S.Srinivas
Senior Software Engineer
Wipro Technologies
Madhapur - Hyd
Phone off (6565357)
e-mail: [email protected]
Rama Krishna Mandava <[email protected]> ?crit :
[...]
> can memcpy ,memset functions be used in drivermodules code of
> linux ? if so header file string.h is enough to be included?
Take a look at <kernel_tree>/include/linux/string.h. You just need to:
#include <linux/string.h>
--
Ueimor