Statistics
| Branch: | Revision:

root / qstring.h @ 09d85fb8

History | View | Annotate | Download (302 Bytes)

# Date Author Comment
66f70487 09/04/2009 05:37 pm Luiz Capitulino

Introduce QString

QString is a high-level data type that can be used to represent
C strings.

The following functions are available:

- qstring_from_str() Create a new QString
- qstring_get_str() Get a pointer to the stored string

Note that qstring_get_str() is too low-level for a data type like...