Mercurial > hg > CbC > old > device
comparison test/short.c @ 278:5b50813d0c45
MIPS 90% test passed. Self compile core dumped.
author | kono |
---|---|
date | Sat, 22 May 2004 00:57:50 +0900 |
parents | 096559f07a70 |
children | 0c256ea2a97e |
comparison
equal
deleted
inserted
replaced
277:d5467cf30f58 | 278:5b50813d0c45 |
---|---|
4 | 4 |
5 short a[100]; | 5 short a[100]; |
6 unsigned short b[100]; | 6 unsigned short b[100]; |
7 unsigned char c[100]; | 7 unsigned char c[100]; |
8 | 8 |
9 short data[] = {10,20,-40}; | 9 short data[] = {10,20,-40,-50}; |
10 unsigned short udata[] = {10,20,-40}; | 10 unsigned short udata[] = {10,20,-40,-50}; |
11 | 11 |
12 short f(short i,unsigned short j,unsigned short k,short m,short a); | 12 short f(short i,unsigned short j,unsigned short k,short m,short a); |
13 unsigned | 13 unsigned |
14 short g(short i,unsigned short j,unsigned short k,short m,short a); | 14 short g(short i,unsigned short j,unsigned short k,short m,short a); |
15 | 15 |