blob: 407751e84090cbc124b0debbd32549cebb90cea5 [file] [log] [blame]
piotr437f5462014-02-04 17:57:25 +01001#ifndef __GSMTVOID_SYSTEM_H__
2#define __GSMTVOID_SYSTEM_H__ 1
3
4#define DEBUGF(a...) { \
5 fprintf(stderr, "%s:%d ", __FILE__, __LINE__); \
6 fprintf(stderr, a); \
7} while (0)
8
9#endif
10