Changeset 205 for common/trunk/src/debug.h
- Timestamp:
- 08/19/99 18:56:22 (14 years ago)
- Files:
-
- 1 modified
-
common/trunk/src/debug.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
common/trunk/src/debug.h
r3 r205 44 44 45 45 #define debug_msg _dprintf("%s:%d ", __FILE__, __LINE__), _dprintf 46 47 #if defined(__cplusplus) 48 extern "C" { 49 #endif 50 46 51 void _dprintf(const char *format, ...); 47 52 53 #if defined(__cplusplus) 54 } 48 55 #endif 56 57 #endif
