Subversion Repositories freemyipod

Rev

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

Rev 160 Rev 184
Line 34... Line 34...
34
#if 0
34
#if 0
35
#undef UCL_DEBUG
35
#undef UCL_DEBUG
36
#define UCL_DEBUG
36
#define UCL_DEBUG
37
#endif
37
#endif
38
 
38
 
39
#include <stdio.h>
-
 
40
 
-
 
41
#if 0 && !defined(UCL_DEBUG)
39
#if 0 && !defined(UCL_DEBUG)
42
#undef NDEBUG
40
#undef NDEBUG
43
#include <assert.h>
-
 
44
#endif
41
#endif
45
 
42
 
46
 
43
 
47
/***********************************************************************
44
/***********************************************************************
48
//
45
//