view loader/debug.h @ 25375:e1884244ba98

Get end position of last track by adding its starting address with track size. On some darwin system, we can not get the lead out track info.
author ulion
date Sat, 15 Dec 2007 12:11:44 +0000
parents a2e02e6b6379
children 6ac1ece1f9fe
line wrap: on
line source

#ifdef DEBUG
#define TRACE printf
#define dbg_printf printf
#else
#define TRACE(...)
#define dbg_printf(...)
#endif