ack/lang/basic/lib/trace.c

8 lines
56 B
C
Raw Normal View History

1984-11-29 14:22:02 +00:00
/* $Header $ */
_trace()
{
int i;
printf("[%d]",i);
}