.TH "PX_STRDUP" "3" .SH "NAME" PX_strdup \(em duplicate a string .SH "SYNOPSIS" .PP #include .PP char * PX_strdup(pxdoc_t *pxdoc, const char *str) .SH "DESCRIPTION" .PP Duplicates a string like strdup(3) but uses the memory allocation function as passed to \fBPX_new2(3)\fP. .SH "RETURN VALUE" .PP Returns pointer to string on success and NULL on failure. .SH "SEE ALSO" .PP PX_new2(3) .SH "AUTHOR" .PP This manual page was written by Uwe Steinmann uwe@steinmann.cx. .\" created by instant / docbook-to-man