extern void malloc(__SIZE_TYPE__ size); 

toto()
{
    malloc(100);
}


syntax highlighted by Code2HTML, v. 0.9.1