.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "MATCH_STRDUP" "9" "09 October 2005" "" "" .SH NAME match_strdup \- allocate a new string with the contents of a substring_t .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp char * match_strdup (substring_t * \fIs\fB); \fR .SH "ARGUMENTS" .TP \fB\fIs\fB\fR &substring_t to copy .SH "DESCRIPTION" .PP Allocates and returns a string filled with the contents of the &substring_t \fIs\fR\&. The caller is responsible for freeing the returned string with \fBkfree\fR\&.