--- Paul Gearon <pag@PISoftware.com> wrote: > On Fri, 24 May 2002, Rahul Ravindran wrote: > > > I cant use string.h, time.h etc header files which are otherwise > > available for application development while writing a device > driver. What? I may be seriously confused here, but why can't you #include <linux/string.h> or <linux/time.h>? Many drivers in the kernel include linux/string.h (I'm grepping kernel 2.4.7-10); for discussion of time.h see Rubini & Corbet online at http://www.xml.com/ldd/chapter/book/ch06.html#t2 grep is a great tool, it's essential that you learn how to use it. Also of interest may be cscope. Look for it at http://cscope.sourceforge.net Harmony, --Christine __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/