N
AME
add_shared_strings
- add two pike strings
S
YNTAX
#include "stralloc.h"
struct pike_string *add_shared_strings(struct pike_string *a,
struct pike_string *b);
D
ESCRIPTION
This function builds the string a+b, that is the string a with the string b appended to it. Note that the string returned will have an extra reference.
K
EYWORDS
pike_string
S
EE
A
LSO
begin_shared_string
and
make_shared_string