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