Subversion Repositories freemyipod

Rev

Rev 71 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71 Rev 111
Line 18... Line 18...
18
 * KIND, either express or implied.
18
 * KIND, either express or implied.
19
 *
19
 *
20
 ****************************************************************************/
20
 ****************************************************************************/
21
 
21
 
22
 
22
 
23
#include <stdarg.h>
23
#include "global.h"
24
#include <limits.h>
24
#include <limits.h>
25
#include <string.h>
25
#include <string.h>
26
 
26
 
27
static const char hexdigit[] = "0123456789ABCDEF";
27
static const char hexdigit[] = "0123456789ABCDEF";
28
 
28