N
AME
findstring
- find a string
S
YNTAX
#include "stralloc.h"
struct pike_string *findstring(char *
str
);
D
ESCRIPTION
This function looks for the null terminated C string 'str' in the global hash table. It returns the shared string if found, otherwise zero. It does not increase/decrease the references to the string.
K
EYWORDS
pike_string
S
EE
A
LSO
make_shared_string
and
binary_findstring