Writes to pipe (binary) and returns the number of bytes written.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(pipe_type), | intent(inout) | :: | pipe |
Bi-directional pipe. |
||
character(len=*), | intent(in), | target | :: | bytes |
Bytes to write to the pipe. |