ZEReader 0.1.0
A Zephyr-based E-Book-Reader
|
Represents one chapter in a book. More...
#include <epub.h>
Data Fields | |
size_t | number |
char * | path |
Represents one chapter in a book.
size_t chapter_entry_t::number |
The number of the chapter inside the book.
char* chapter_entry_t::path |
The chapter's file path.