void * operator new( unsigned long size ){ return malloc(size);}int main( int argc, char * argv[] ){ ...}