16 int msgQCreate(
int task,
int nmsgs,
int msglen);
28 int msgQSend(
int task,
char *buff,
int size,
int *line_number=0);
36 int msgQReceive(
int task,
char *buff,
int size);
41 int msgQSize(
int task);
46 int msgQUsed(
int task);
51 int msgQFree(
int task);
58 int msgQTest(
int task);