#ifndef _TOOLS_H
#define _TOOLS_H
#ifndef __cplusplus
void* operator new(size_t sz);
void operator delete(void* p);
#endif