MATCH_STRCPY

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

match_strcpy - copies the characters from a substring_t to a string  

SYNOPSIS

"SYNOPSIS"

void match_strcpy (char * to, substring_t * s);  

ARGUMENTS

to
string to copy characters to.
s
&substring_t to copy
 

DESCRIPTION

Copies the set of characters represented by the given &substring_t s to the c-style string to. Caller guarantees that to is large enough to hold the characters of s.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:27 GMT, October 09, 2005