Plan 9 from Bell Labs’s /usr/web/sources/contrib/anothy/src/lib/djb-ape/unix/fifo_make.3

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


.TH fifo_make 3
.SH NAME
fifo_make \- create a named pipe
.SH SYNTAX
.B #include <fifo.h>

int \fBfifo_make\fP(\fIfn\fR,\fImode\fR);

char *\fIfn\fR;
.br
int \fImode\fR;
.SH DESCRIPTION
.B fifo_make
creates a new named pipe
with name
.I fn
and mode
.I mode
(modified by the process umask).

.B fifo_make
returns 0 on success, -1 on error.
.SH "SEE ALSO"
mkfifo(2)

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to [email protected].