Library functions exist in user space and
lies above kernel, where as modules are part of the kernel, so you CAN NOT use
them in your module. Gaurav From:
kernelnewbies-bounce@xxxxxxxxxxxx [mailto:kernelnewbies-bounce@xxxxxxxxxxxx] On Behalf Of Rakesh Jagota Hi all, can i use library function in modules. e.g., socket,
connect, bind, accept, listen etc. Thanks in advance, Rakesh |