view test/simp0.c @ 496:5640fb7a270d

more bugs...
author kono
date Thu, 22 Dec 2005 00:20:09 +0900
parents a379da780856
children 8eadf0db2970
line wrap: on
line source

int printf(const char *format, ...);


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