AVRTools
A Library for the AVR ATmega328 and ATmega2560 Microcontrollers
|
This file provides operator
new
and operator
delete
. You only need this file if you use new
and delete
to manage objects on the heap.
More...
#include <stdlib.h>
Go to the source code of this file.
This file provides operator
new
and operator
delete
. You only need this file if you use new
and delete
to manage objects on the heap.
If you do use new
and delete
, then include new.h in your source files and link your project against new.cpp.
new
or delete
operators.