Answers for "mkfifo returnn"

0

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.
Posted by: Guest on May-13-2021

Browse Popular Code Answers by Language