I am a student and I am required to write a small application in C for UNIX. Having a G4, I am doing it with OSX. The application has to do IPC via message queues (it is required), so the code contains the function msgget, which appears in the Darwin man pages and in all the books.
The...