annotate test/simp0.c @ 302:bea7ab2fb218 switch-table

switch table jump finished.
author kono
date Mon, 07 Jun 2004 17:55:37 +0900
parents 096559f07a70
children 0c256ea2a97e
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 {
172
096559f07a70 some check
kono
parents: 170
diff changeset
4 printf("%d %d %d %s\n",1,2,3,&av[ac-1][3]);
096559f07a70 some check
kono
parents: 170
diff changeset
5 return 0;
170
6e0f67b7d200 test files
kono
parents:
diff changeset
6 }