annotate test/simp0.c @ 248:b4a57dd14801

no compile error (mips)
author kono
date Tue, 11 May 2004 02:26:10 +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 }