Files
tack/lang/basic/lib/trace.c
1985-01-21 12:47:04 +00:00

8 lines
55 B
C

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