#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Defines | |
#define | MAXWRITE 500 |
Functions | |
int | pipe_init (char *nextproc, unsigned long pipesize) |
int | pipe_put (char *msg, int msgtype) |
int | pipe_get (char *msg, int maxlen, int *type) |
void | pipe_close (void) |
Variables | |
FILE * | Pipe |
|
|
|
|
|
Definition at line 116 of file pipe.c. References type. |
|
Definition at line 36 of file pipe.c. References Pipe. |
|
|
|
Definition at line 27 of file pipe.c. Referenced by pipe_init(). |