I have already test it, is my ide bad?? hehehehe, i #include <stdlib.h> , use the function, and when i compile, i get this errors:
Going to build using 'armcompiler' (ARM)
Compiling core...
Compiling libraries: Servo
Compiling the sketch...
/Applications/MapleIDE.app/Contents/Resources/Java/hardware/tools/arm/bin/../lib/gcc/arm-none-eabi/4.4.1/../../../../arm-none-eabi/include/stdlib.h:72: error: expected unqualified-id before 'int'
/Applications/MapleIDE.app/Contents/Resources/Java/hardware/tools/arm/bin/../lib/gcc/arm-none-eabi/4.4.1/../../../../arm-none-eabi/include/stdlib.h:72: error: expected ')' before 'int'
/Applications/MapleIDE.app/Contents/Resources/Java/hardware/tools/arm/bin/../lib/gcc/arm-none-eabi/4.4.1/../../../../arm-none-eabi/include/stdlib.h:72: error: expected ')' before 'int'
/Applications/MapleIDE.app/Contents/Resources/Java/hardware/tools/arm/bin/../lib/gcc/arm-none-eabi/4.4.1/../../../../arm-none-eabi/include/stdlib.h:72: error: expected ')' before 'int'
What could it be???