MPSTRING Struct Reference

Modifiable PSTRING. More...

#include <pstring.h>

List of all members.

Public Attributes

char * begin
char * endnext


Detailed Description

Modifiable PSTRING.

    typedef struct MPSTRING {
      char* begin;
      char* endnext;
    } PSTRING;

The same as PSTING, but in non-constant memory.


Member Data Documentation

pointer to begin of the string.

pointer to the byte next to the last char of the string.


The documentation for this struct was generated from the following file:

Generated on Mon Nov 23 18:23:03 2009 for htmltmplpro by  doxygen 1.5.5