|
ZEReader 0.1.0
A Zephyr-based E-Book-Reader
|
A linked list to store all book representations. More...
#include <epub.h>
Data Fields | |
| book_entry_t * | book |
| struct llist * | next |
A linked list to store all book representations.
| book_entry_t* llist::book |
The current book entry.
| struct llist* llist::next |
A pointer to the next book entry.