2001-03-12 09:48:54

by Rama Krishna Mandava

[permalink] [raw]
Subject: memcpy

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]


2001-03-12 14:41:23

by Francois Romieu

[permalink] [raw]
Subject: Re: memcpy

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