summaryrefslogtreecommitdiff
path: root/src/lib/decoder/system.h
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-05-28 19:44:12 +0200
committerPiotr Krysik <perper@o2.pl>2009-05-28 19:44:12 +0200
commit19e70e64b98c50eb8bcc6221d43e3c3b615d88ca (patch)
treef6b780159cc8123f8290f0935e739ae65414dc51 /src/lib/decoder/system.h
parent0a452fcc8e030f5bdb7187e1db7182cfc488aa31 (diff)
added decoder to the repository
Diffstat (limited to 'src/lib/decoder/system.h')
-rw-r--r--src/lib/decoder/system.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/decoder/system.h b/src/lib/decoder/system.h
new file mode 100644
index 0000000..414730a
--- /dev/null
+++ b/src/lib/decoder/system.h
@@ -0,0 +1,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