extern void malloc(__SIZE_TYPE__ size); void toto(void) { malloc(100); }