RTEMS CPU Kit with SuperCore  4.11.2
Functions
pipe.c File Reference

Create an Inter-Process Channel. More...

#include <unistd.h>
#include <errno.h>
#include <sys/types.h>
#include <rtems/seterr.h>
#include <rtems/pipe.h>
Include dependency graph for pipe.c:

Functions

int pipe (int filsdes[2])
 POSIX 1003.1b 6.1.1 Create an Inter-Process Channel.
 

Detailed Description

Create an Inter-Process Channel.