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

6 lines
54 B
C

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