#include <jcfg.h>
Simple structure to hold an array of object in a list.
The list array uses realloc() to grow the list.
Definition at line 263 of file jcfg.h.
Number of entries in the list
Definition at line 264 of file jcfg.h.
Total number of available entries in list
Definition at line 265 of file jcfg.h.
Object pointers for the list
Definition at line 266 of file jcfg.h.