On Thu, Oct 04, 2001 at 02:10:19PM -0400, D Cleveland wrote: > I am still pretty new to this kernel programming......I understand I can't > use any standard C function bc of the libs etc....but is there a list of > functions I can use? Basically I am interested in string and file > functions. Thanks in advance... You mean the functions declared in include/linux/string.h? If you need file IO from the kernel you need to rethink your design. File IO is policy and hence should be done in userland. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: J.A.K.Mouw@its.tudelft.nl WWW: http://www-ict.its.tudelft.nl/~erik/ - Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/