Home --> Documentations --> PJLIB Reference
#include <list.h>
This structure describes generic list node and list. The owner of this list must initialize the 'value' member to an appropriate value (typically the owner itself).
List.
List next.
List prev.