#include <stddef.h>
#include <mailbox.h>

Go to the source code of this file.
Functions | |
| syscall | mailboxReceive (mailbox box) |
| Receive a mailmsg from a mailbox. | |
Definition in file mailboxReceive.c.
| syscall mailboxReceive | ( | mailbox | box | ) |
Receive a mailmsg from a mailbox.
| box | the number of the mailbox to receive from |
Definition at line 17 of file mailboxReceive.c.
References signal(), SYSERR, and wait().

1.5.5