str_sortentry Struct Reference
[str: Dynamically allocated string library.]

#include <str.h>


Data Fields

const char * str
unsigned long len


Detailed Description

This struct is used to serve in lists of pointers into a string for sorting. Only used as parameters to the comparison function in str_sort


Field Documentation

unsigned long str_sortentry::len

Length of the string data to compare.

const char* str_sortentry::str

Pointer to the string data to compare.


The documentation for this struct was generated from the following file:
Generated on Mon Oct 30 15:11:14 2006 for bglibs by  doxygen 1.4.7