bglibs
|
#include <str.h>
Data Fields | |
const char * | str |
unsigned long | len |
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
unsigned long str_sortentry::len |
Length of the string data to compare.
const char* str_sortentry::str |
Pointer to the string data to compare.