Table of Contents
ChrPtr
Get a char * pointer to a StrBuf.
SYNOPSIS
const char *ChrPtr(const StrBuf *Str);
DESCRIPTION
Get a pointer to the string contained within the StrBuf Str.
PARAMETERS
| Parameter | Description |
|---|---|
| Str | Pointer to a StrBuf string |
RETURNS
A pointer to the string in Str.
Be aware that the pointer mat become invalid if the Str is altered later.