View Single Post
  #1 (permalink)  
Old October 12th, 2003, 02:13 PM
yescarthik yescarthik is offline
Authorized User
 
Join Date: Oct 2003
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to yescarthik
Default (urgent) inbuilt functions in c (linux as compiler

 when I write my operating system program in c(compiled in linux,Iam unable to understand certain inbuilt functions like
1.for semaphores
    sembuf,SEM_UNDO,IPC_NOWAIT,semop(DE, ,),semptr,SHM_R,SHM_W,SETVAL, semctl(),shmget(IPC_PRIVATE,1,0666|IPC_CREAT),fork (),shmat().
     pipe()
could anyone clarify what these functions are actually meant by



Reply With Quote