Logo ROOT  
Reference Guide
TGHtmlUri.cxx File Reference
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
#include "TGHtml.h"
#include "TGHtmlUri.h"
Include dependency graph for TGHtmlUri.cxx:

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...
 

Function Documentation

◆ ReplaceStr()

static void ReplaceStr ( char **  pzDest,
const char *  zSrc 
)
static

Replace the string in *pzDest with the string in zSrc.

Definition at line 273 of file TGHtmlUri.cxx.

◆ StrNDup()

static char * StrNDup ( const char *  z,
int  n 
)
static

Duplicate a string of length n.

Definition at line 257 of file TGHtmlUri.cxx.