8 lines
52 B
C
8 lines
52 B
C
/* $Id$ */
|
|
|
|
_trace(i)
|
|
int i;
|
|
{
|
|
printf("[%d]",i);
|
|
}
|