remake
4.3+dbg-1.5
|
The structure used to hold the list of strings given. More...
#include <debug.h>
Data Fields | |
const char ** | list |
unsigned int | idx |
unsigned int | max |
The structure used to hold the list of strings given.
unsigned int stringlist::idx |
Index into above.
const char** stringlist::list |
Nil-terminated list of strings.
unsigned int stringlist::max |
Number of pointers allocated.