Mercurial > hg > CbC > old > device
view test/simp0.c @ 427:0c256ea2a97e
Bitfield left value for ia32
author | kono |
---|---|
date | Sat, 30 Oct 2004 18:49:25 +0900 |
parents | 096559f07a70 |
children | 32737bad7489 |
line wrap: on
line source
main(int ac,char *av[]) { printf("#0003:%d %d %d %s\n",1,2,3,&av[ac-1][3]); return 0; }