1
0
Fork 0
forked from len0rd/rockbox

rsrctool: produce an actually usuable entry list of the rsrc file

Change-Id: I6c8e5f3faf04741e4a13c1e705e9e869ccf8cfec
This commit is contained in:
Amaury Pouly 2012-12-02 11:48:57 +01:00
parent a6713a5e36
commit 9f19209c77
5 changed files with 73 additions and 14 deletions

View file

@ -41,6 +41,8 @@ key_array_t g_key_array;
void *memdup(const void *p, size_t len);
void *augment_array(void *arr, size_t elem_sz, size_t cnt, void *aug, size_t aug_cnt);
void augment_array_ex(void **arr, size_t elem_sz, int *cnt, int *capacity,
void *aug, int aug_cnt);
void generate_random_data(void *buf, size_t sz);
void *xmalloc(size_t s);
int convxdigit(char digit, byte *val);