#include <ctype.h>
#include <cstring>
#include <cstdlib>
#include "TGHtml.h"
#include "TGHtmlUri.h"
#include "strlcpy.h"
Functions | |
static void | ReplaceStr (char **pzDest, const char *zSrc) |
Replace the string in *pzDest with the string in zSrc. | |
static char * | StrNDup (const char *z, int n) |
Duplicate a string of length n. | |
|
static |
Replace the string in *pzDest with the string in zSrc.
Definition at line 250 of file TGHtmlUri.cxx.
|
static |
Duplicate a string of length n.
Definition at line 234 of file TGHtmlUri.cxx.