RTEMS CPU Kit with SuperCore
4.11.2
|
Create an Inter-Process Channel. More...
#include <unistd.h>
#include <errno.h>
#include <sys/types.h>
#include <rtems/seterr.h>
#include <rtems/pipe.h>
Functions | |
int | pipe (int filsdes[2]) |
POSIX 1003.1b 6.1.1 Create an Inter-Process Channel. | |
Create an Inter-Process Channel.