Mercurial > hg > CbC > old > device
diff test/strinit.c @ 684:6e2f1e7f9fc3
*** empty log message ***
author | kono |
---|---|
date | Tue, 02 Oct 2007 21:18:12 +0900 |
parents | 639db8597a58 |
children | edc024fc7472 |
line wrap: on
line diff
--- a/test/strinit.c Mon Oct 01 18:14:29 2007 +0900 +++ b/test/strinit.c Tue Oct 02 21:18:12 2007 +0900 @@ -175,6 +175,8 @@ INLINE void linux_kernel() { + int i=1,j=2; + printf("%d %d\n",i,j); ip_route_connect0(1,2,3,4,5,6,7); ip_route_connect(1,2,3,4,5,6,7); ip_route_connect(11,12,13,14,15,16,17); @@ -266,6 +268,8 @@ main7(); main8(); linux_kernel(); + int i=1,j=2; + printf("%d %d\n",i,j); return 0; }