PX_STRDUP
PX_STRDUP
Section: C Library Functions (3) Local index
Up
NAME
PX_strdup --- duplicate a string
SYNOPSIS
#include <paradox.h>
char * PX_strdup(pxdoc_t *pxdoc, const char *str)
DESCRIPTION
Duplicates a string like strdup(3) but uses the memory allocation
function as passed to PX_new2(3).
RETURN VALUE
Returns pointer to string on success and NULL on failure.
SEE ALSO
PX_new2(3)
AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUE
-
- SEE ALSO
-
- AUTHOR
-
This document was created by
man2html,
using the manual pages.
Time: 21:53:23 GMT, April 16, 2011