MATCH_STRDUP
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
match_strdup - allocate a new string with the contents of a substring_t
SYNOPSIS
"SYNOPSIS"
char * match_strdup (substring_t * s);
ARGUMENTS
- s
-
&substring_t to copy
DESCRIPTION
Allocates and returns a string filled with the contents of
the &substring_t s. The caller is responsible for freeing the returned
string with kfree.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:27 GMT, October 09, 2005