Subversion Repositories freemyipod

Rev

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

Rev 2 Rev 71
Line 19... Line 19...
19
 *
19
 *
20
 ****************************************************************************/
20
 ****************************************************************************/
21
 
21
 
22
 
22
 
23
#include <stdarg.h>
23
#include <stdarg.h>
24
#include <stdbool.h>
-
 
25
#include <limits.h>
24
#include <limits.h>
26
#include <string.h>
25
#include <string.h>
27
 
26
 
28
static const char hexdigit[] = "0123456789ABCDEF";
27
static const char hexdigit[] = "0123456789ABCDEF";
29
 
28