annotate test/simp0.c @ 253:7b2762739df6

*** empty log message ***
author kono
date Wed, 12 May 2004 19:48:42 +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 }