not working again.
[mTask.git] / int / interface.c
index 3ee568f..ba4446f 100644 (file)
@@ -86,6 +86,12 @@ void debug(char *fmt, ...)
        (void)fmt;
 }
 
+void debugi(int i)
+{
+       char m[10];
+       debug(itoa(i, m, 10));
+}
+
 void pdie(char *s)
 {
        (void)s;