Mercurial > hg > CbC > old > device
diff test/tmp.c @ 491:a379da780856
cond signed/unsigned
author | kono |
---|---|
date | Wed, 21 Dec 2005 11:33:53 +0900 |
parents | 32737bad7489 |
children | 2f577690bcfb |
line wrap: on
line diff
--- a/test/tmp.c Tue Dec 20 17:25:37 2005 +0900 +++ b/test/tmp.c Wed Dec 21 11:33:53 2005 +0900 @@ -28,7 +28,7 @@ if (!p) return; i = p[1]; p = p+i; - printf("#0028:%d %s\n",i,p-i); - printf("#0029:%d\n",main1(ac,av,g,g)); + printf("#0030:%d %s\n",i,p-i); + printf("#0031:%d\n",main1(ac,av,g,g)); return 0; }