20000314-2.c   [plain text]


extern void malloc(__SIZE_TYPE__ size); 

toto()
{
    malloc(100);
}