libmobi
C library for handling MOBI format ebook documents
write.h
1 /*
2  * Copyright (c) 2014 Bartek Fabiszewski
3  * http://www.fabiszewski.net
4  *
5  * This file is part of libmobi.
6  * Licensed under LGPL, either version 3, or any later.
7  * See <http://www.gnu.org/licenses/>
8  */
9 
10 #ifndef libmobi_write_h
11 #define libmobi_write_h
12 
13 #include "config.h"
14 #include "mobi.h"
15 #include "buffer.h"
16 
17 
18 #endif
Libmobi main header file.