how to add my own library

1998-05-20 Thread Pankaj Kumar R
hi all, i am just about new to linux and working on development tools for mobile computing. i was just wondering how to create and add my own library on the system. it is something like this... i have some basic function calls etc which as of now are in one source file called mylib.c . whenever

IPC- what and when

1998-04-30 Thread Pankaj Kumar R
hi all, i am part of the design team whic is developing infrastructure for mobile computing. we have developed these two daemons which come up during bootup. what we needed was some form of IPC between these two processes. i know that one can choose from Messg queue, Shared mem, Semaphore opn,

Re: utmp

1998-04-09 Thread Pankaj Kumar R
To know the structure do "man utmp" it explains everything. if u want to try out some programming stuff "man getutent" & "man setutent" should offer sufficient help hope its helpful pankaj > Can anybody explain the structure of the "utmp" file, where process & > logins are logged? > -=-=-=-