PX_STRDUP(3) Library Functions Manual PX_STRDUP(3)NAMEPX_strdup -- duplicate a stringSYNOPSIS#include <paradox.h> char * PX_strdup(pxdoc_t *pxdoc, const char *str)DESCRIPTIONDuplicates a string like strdup(3) but uses the memory allocation function as passed to PX_new2(3).RETURN VALUEReturns pointer to string on success and NULL on failure.SEE ALSOPX_new2(3)AUTHORThis manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_STRDUP(3)
| Related Man Pages |
|---|
| px_close(3) - debian |
| px_put_data_alpha(3) - debian |
| px_put_record(3) - debian |
| px_set_parameter(3) - debian |
| px_time2string(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| Detecting unused variables... |
| How to copy a column of multiple files and paste into new excel file (next to column)? |