✨ Add xdelta3 decoding support
This commit is contained in:
parent
ae59ce2256
commit
31ec793781
5 changed files with 124 additions and 13 deletions
|
@ -37,7 +37,7 @@ int main_file_read (main_file *ifile,
|
|||
size_t size,
|
||||
size_t *nread,
|
||||
const char *msg);
|
||||
int main_file_write (main_file *ofile, uint8_t *buf,
|
||||
int main_file_write (main_file *ofile, uint8_t *buf,
|
||||
usize_t size, const char *msg);
|
||||
void* main_malloc (size_t size);
|
||||
void main_free (void *ptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue