// M13_NEWARRAY.h #ifndef _M13_NEWARRAY_H_INCLUDED_ #define _M13_NEWARRAY_H_INCLUDED_ extern "C" char* __stdcall COPYNEW( char const* ); extern "C" char* __stdcall NEWARRAY( size_t size_ ); #endif // _M13_NEWARRAY_H_INCLUDED_