annotate test/simp0.c @ 436:d92786033042 loprtc-div

loprtc
author kono
date Sun, 14 Nov 2004 15:41:05 +0900
parents 0c256ea2a97e
children 32737bad7489
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
170
6e0f67b7d200 test files
kono
parents:
diff changeset
1
6e0f67b7d200 test files
kono
parents:
diff changeset
2 main(int ac,char *av[])
6e0f67b7d200 test files
kono
parents:
diff changeset
3 {
427
0c256ea2a97e Bitfield left value for ia32
kono
parents: 172
diff changeset
4 printf("#0003:%d %d %d %s\n",1,2,3,&av[ac-1][3]);
172
096559f07a70 some check
kono
parents: 170
diff changeset
5 return 0;
170
6e0f67b7d200 test files
kono
parents:
diff changeset
6 }