moving to wiki...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6567 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michiel Van Der Kolk 2005-06-04 19:15:53 +00:00
parent 05f3b7ecf4
commit c9cc73ec19
2 changed files with 7 additions and 7 deletions

Binary file not shown.

View file

@ -1,13 +1,13 @@
#include <stdlib.h>
#include <stdio.h>
#define ARTISTLEN 28
#define ALBUMLEN 24
#define SONGLEN 52
#define GENRELEN 12
#define FILELEN 96
#define SONGARRAYLEN 14
#define ALBUMARRAYLEN 1
#define ARTISTLEN 32
#define ALBUMLEN 68
#define SONGLEN 92
#define GENRELEN 20
#define FILELEN 212
#define SONGARRAYLEN 48
#define ALBUMARRAYLEN 38
#define BE32(_x_) (((_x_ & 0xff000000) >> 24) | \