Tou
Tou header library
Loading...
Searching...
No Matches
tou_llist_t Struct Reference

Linked list struct definition, typedef'd. More...

#include <tou.h>

Data Fields

struct tou_llist * prev
 previous element

 
struct tou_llist * next
 next element

 
void * dat1
 useful data

 
void * dat2
 useful data

 
char destroy_dat1
 automatically deallocate this data ?
 
char destroy_dat2
 automatically deallocate this data ?
 

Detailed Description

Linked list struct definition, typedef'd.


The documentation for this struct was generated from the following file: