Writes bytes to pipe, adds new line and null-termination. The input string is not trimmed.
The function returns the following error codes:
E_INVALID
if pipe is not connected or read-only.E_WRITE
if writing failed.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(pipe_type), | intent(inout) | :: | pipe |
Pipe type. |
||
character(len=*), | intent(in) | :: | input |
Bytes to write to the pipe. |