ack/lang/basic/lib/trace.c
2016-12-12 21:16:32 +01:00

7 lines
55 B
C

/* $Id$ */
void _trace(int i)
{
printf("[%d]", i);
}