trace.c 52 B

1234567
  1. /* $Id$ */
  2. _trace(i)
  3. int i;
  4. {
  5. printf("[%d]",i);
  6. }