SMREmulator 1.0
ShingledMagneticRecordingEmulator

emudebug.h

Go to the documentation of this file.
00001 
00009 #ifndef __EMUDEBUG_H_
00010 #define __EMUDEBUG_H_
00011 
00012 #include <stdio.h>
00013 
00014 
00015 
00016 /* -- Macro Definitions -- */
00017 #ifdef DEBUG
00018 #define dbg(...) fprintf(stderr, __VA_ARGS__)
00019 #else
00020 #define dbg(...)
00021 #endif          /* DEBUG */
00022 
00023 
00024 
00025 #endif /* __EMUDEBUG_H_ */