Mercurial > hg > CbC > old > device
comparison test/tmp11.c @ 172:096559f07a70
some check
author | kono |
---|---|
date | Tue, 25 Nov 2003 11:47:41 +0900 |
parents | b1c8ac8c308d |
children | 0c256ea2a97e |
comparison
equal
deleted
inserted
replaced
171:3902240d4930 | 172:096559f07a70 |
---|---|
10 } | 10 } |
11 | 11 |
12 int | 12 int |
13 test0(int a,int b,int c) { | 13 test0(int a,int b,int c) { |
14 printf("a %d b %d c %d\n",a,b,c); | 14 printf("a %d b %d c %d\n",a,b,c); |
15 return 4; | 15 return 0; |
16 } | 16 } |
17 | 17 |
18 int | 18 int |
19 test1(a,b,c) | 19 test1(a,b,c) |
20 int a,b;int c; | 20 int a,b;int c; |