ROOT 6.10/09 Reference Guide |
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
#include "TGHtml.h"
#include "TGHtmlUri.h"
Functions | |
static void | ReplaceStr (char **pzDest, const char *zSrc) |
Replace the string in *pzDest with the string in zSrc. More... | |
static char * | StrNDup (const char *z, int n) |
Duplicate a string of length n. More... | |
|
static |
Replace the string in *pzDest with the string in zSrc.
Definition at line 273 of file TGHtmlUri.cxx.
|
static |
Duplicate a string of length n.
Definition at line 257 of file TGHtmlUri.cxx.