view test/simp0.c @ 449:c55363eff5e5

parallel assignment (modify not completed)
author kono
date Thu, 25 Nov 2004 16:56:26 +0900
parents 0c256ea2a97e
children 32737bad7489
line wrap: on
line source


main(int ac,char *av[])
{
    printf("#0003:%d %d %d %s\n",1,2,3,&av[ac-1][3]);
    return 0;
}