libmobi
C library for handling MOBI format ebook documents
randombytes.h
Go to the documentation of this file.
1 
11 #ifndef libmobi_randombytes_h
12 #define libmobi_randombytes_h
13 
14 #include "mobi.h"
15 
23 MOBI_RET mobi_randombytes(void *buf, const size_t len);
24 
25 #endif
MOBI_RET
Error codes returned by functions.
Definition: mobi.h:59
Libmobi main header file.
MOBI_RET mobi_randombytes(void *buf, const size_t len)
Write n random bytes of high quality to buf.
Definition: randombytes.c:347