summaryrefslogtreecommitdiff
path: root/gsm-receiver/src/lib/decoder/system.h
blob: 414730a8f2dd392e5740867814f67c9d08aeaaff (plain)
1
2
3
4
5
6
7
8
9
10
11

#ifndef __GSMTVOID_SYSTEM_H__
#define __GSMTVOID_SYSTEM_H__ 1

#define DEBUGF(a...)	{ \
	fprintf(stderr, "%s:%d ", __FILE__, __LINE__); \
	fprintf(stderr, a); \
} while (0)

#endif

personal git repositories of Harald Welte. Your mileage may vary