started communication from scratch
[mTask.git] / int / interface_linux.c
index dd94993..c62e36f 100644 (file)
@@ -152,6 +152,11 @@ void debug(char *fmt, ...)
        va_end(ap);
 }
 
+void debugi(int i)
+{
+       debug("%d", i);
+}
+
 void pdie(char *s)
 {
        perror(s);