#include <sys/stat.h> int mkfifo (const char *path, mode_t mode);
Листинг 4.37. Описание функции mkfifo().