X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2Finterface.c;h=ba4446f92d087dd7c88ced1782df3c00ede0782e;hb=e09afe083f9077d63a8bd6c27ed8fa5da60430a8;hp=3ee568fbb14c03de15d91dfb497499fc372a4db8;hpb=385cba3194e613293fbb1b7ef092a78eb6337528;p=mTask.git diff --git a/int/interface.c b/int/interface.c index 3ee568f..ba4446f 100644 --- a/int/interface.c +++ b/int/interface.c @@ -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;