posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
POSIX_PIPE

POSIX Pipe option group. More...

Functions

int pipe (int fildes[2])
 Create a pipe — a pair of connected file descriptors.
 

Detailed Description

POSIX Pipe option group.

Function Documentation

◆ pipe()

int pipe ( int  fildes[2])

Create a pipe — a pair of connected file descriptors.

See also
https://pubs.opengroup.org/onlinepubs/9699919799/functions/pipe.html