Mercurial > hg > CbC > old > device
comparison test/tmp7.c @ 172:096559f07a70
some check
author | kono |
---|---|
date | Tue, 25 Nov 2003 11:47:41 +0900 |
parents | b1c8ac8c308d |
children | 22949117768f |
comparison
equal
deleted
inserted
replaced
171:3902240d4930 | 172:096559f07a70 |
---|---|
98 p = av[0]; | 98 p = av[0]; |
99 if (!p) return; | 99 if (!p) return; |
100 i = p[1]; | 100 i = p[1]; |
101 p = p+i; | 101 p = p+i; |
102 /* 47 ./a.out */ | 102 /* 47 ./a.out */ |
103 printf("%d %s\n",i,p-i); | 103 printf("%d %s\n",i,p-i+3); |
104 return 0; | |
104 } | 105 } |
105 | 106 |
106 void | 107 void |
107 tmp() | 108 tmp() |
108 { | 109 { |