fifo_make

Section: C Library Functions (3)
Index Return to Main Contents
 

NAME

fifo_make - create a named pipe  

SYNTAX

#include <fifo.h>

int fifo_make(fn,mode);

char *fn;
int mode;  

DESCRIPTION

fifo_make creates a new named pipe with name fn and mode mode (modified by the process umask).

fifo_make returns 0 on success, -1 on error.  

SEE ALSO

mkfifo(2)


 

Index

NAME
SYNTAX
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 05:37:10 GMT, April 21, 2005