X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2Finterface_linux.c;h=c62e36fb23e5556e8481e88ecc6dae60d2dc2983;hb=8c4fb11d9a590d3f9d361c36e0cb476568c00735;hp=dd94993d4c5ae0cb893e22f12a7cd6343291e862;hpb=8449be73c124cdccd37500c0d67d9404b94fc9c8;p=mTask.git diff --git a/int/interface_linux.c b/int/interface_linux.c index dd94993..c62e36f 100644 --- a/int/interface_linux.c +++ b/int/interface_linux.c @@ -152,6 +152,11 @@ void debug(char *fmt, ...) va_end(ap); } +void debugi(int i) +{ + debug("%d", i); +} + void pdie(char *s) { perror(s);