cp_string_write(3)
| cp_string(3) | cp_string | cp_string(3) |
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
| MARCH 2006 | libcprops |
