Sends raw bytes to the child's input channel.
Declared in <util/subprocess.h>
int
send(
char const* msg,
size_t length);
Number of bytes written, or -1 on error.
| Name | Description |
|---|---|
| msg | Pointer to the bytes to send. |
| length | Number of bytes to send. |