Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
cp_string_write(3) - Linux man page
Name
cp_string_write - write a string to an open file descriptor
Synopsis
#include <cprops/str.h>
int cp_string_write(cp_string *
str
, int
fd
);
Description
cp_string_writes
the internal buffer of the string
str
to the open file descriptor
fd
.
Return Value
the number of bytes actually written.
See Also
cp_string_read
(3)