Definition:
char *ap_pstrdup(struct pool *p, const char *s);
Usage example:
No examples available.
Duplicates a string within a pool.
If s is NULL, the function returns NULL. Otherwise, returns a pointer to the new copy of the string s.
Previous: ap_pstrcat
Next: ap_pstrndup
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)