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