1722dcfc0c
From-SVN: r32644
7 lines
70 B
C
7 lines
70 B
C
extern void malloc(__SIZE_TYPE__ size);
|
|
|
|
toto()
|
|
{
|
|
malloc(100);
|
|
}
|