Answer the question
In order to leave comments, you need to log in
What does this procedure do in a unix-like op?
How can you describe the result of this procedure? I can't figure it out on my own.
key_t key; int shmid;
if ((shmid =shmget (key, sizeof(Message), 0666|IPC_CREAT))<0)
{printf(“ error shmget \nâ€); _exit(1);}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question