[#subprocess-Popen-send-0a] = xref:subprocess.adoc[subprocess]::xref:subprocess/Popen.adoc[Popen]::send :relfileprefix: ../../ :mrdocs: Sends raw bytes to the child's input channel. == Synopsis Declared in `<util/subprocess.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int send( char const* msg, size_t length); ---- == Return Value Number of bytes written, or ‐1 on error. == Parameters [cols="1,4"] |=== | Name| Description | *msg* | Pointer to the bytes to send. | *length* | Number of bytes to send. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#