Mercurial > hg > CbC > old > device
view test/simp0.c @ 293:5bf2c3070d36
sort case value
author | kono |
---|---|
date | Sat, 05 Jun 2004 13:01:08 +0900 |
parents | 096559f07a70 |
children | 0c256ea2a97e |
line wrap: on
line source
main(int ac,char *av[]) { printf("%d %d %d %s\n",1,2,3,&av[ac-1][3]); return 0; }