Go to the documentation of this file.
16 #ifndef _RL_MAILBOX_H_
17 #define _RL_MAILBOX_H_
65 int write(
const void *buf,
int len);
73 int printf(
const char *format, ...);
81 int read(
void *buf,
int maxlen,
int wait=
WAIT);
102 int write(
const char *message);