mkfifo returnn code example
Example: mkfifo returnn
mkfifo() and mkfifoat():
On success it returns 0 when pipe was successfuly created.
On error, -1 is returned and errno is set to indicate the error.
mkfifo() and mkfifoat():
On success it returns 0 when pipe was successfuly created.
On error, -1 is returned and errno is set to indicate the error.